Searched refs:ReplaceStmtWithText (Results 1 – 2 of 2) sorted by relevance
78 class ReplaceStmtWithText : public RefactoringCallback {80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) in ReplaceStmtWithText() function in clang::tooling::ReplaceStmtWithText88 void ReplaceStmtWithText::run( in run()