forked from OSchip/llvm-project
parent
4e9ad06617
commit
024e075597
|
@ -74,6 +74,7 @@ public:
|
||||||
StringRef getFilePath() const { return FilePath; }
|
StringRef getFilePath() const { return FilePath; }
|
||||||
unsigned getOffset() const { return Offset; }
|
unsigned getOffset() const { return Offset; }
|
||||||
unsigned getLength() const { return Length; }
|
unsigned getLength() const { return Length; }
|
||||||
|
StringRef getReplacementText() const { return ReplacementText; }
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
/// \brief Applies the replacement on the Rewriter.
|
/// \brief Applies the replacement on the Rewriter.
|
||||||
|
|
Loading…
Reference in New Issue