Searched refs:ToText (Results 1 – 2 of 2) sorted by relevance
85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() argument86 : FromId(std::string(FromId)), ToText(std::string(ToText)) {} in ReplaceStmtWithText()93 CharSourceRange::getTokenRange(FromMatch->getSourceRange()), ToText)); in run()202 std::string ToText; in run() local206 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()
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);85 std::string ToText; variable