Searched refs:ReplaceStmtWithText (Results 1 – 2 of 2) sorted by relevance
79 class ReplaceStmtWithText : public RefactoringCallback {81 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
86 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() function in clang::tooling::ReplaceStmtWithText89 void ReplaceStmtWithText::run( in run()