Add missing accessor.

llvm-svn: 163792
This commit is contained in:
Manuel Klimek 2012-09-13 12:44:47 +00:00
parent 4e9ad06617
commit 024e075597
1 changed files with 1 additions and 0 deletions

View File

@ -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.