Home
last modified time | relevance | path

Searched refs:ToText (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() argument
86 : FromId(std::string(FromId)), ToText(std::string(ToText)) {} in ReplaceStmtWithText()
93 CharSourceRange::getTokenRange(FromMatch->getSourceRange()), ToText)); in run()
202 std::string ToText; in run() local
206 ToText += Element.Value; in run()
217 ToText += Lexer::getSourceText(Source, *Result.SourceManager, in run()
229 tooling::Replacement(*Result.SourceManager, &NodeMap.at(FromId), ToText, in run()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 std::string ToText; variable