Searched refs:ReplaceStmtWithText (Results 1 – 3 of 3) sorted by relevance
40 ReplaceStmtWithText Callback("id", ";"); in TEST()47 ReplaceStmtWithText Callback("id", ";"); in TEST()54 ReplaceStmtWithText Callback("id", ";"); in TEST()61 ReplaceStmtWithText Callback("id", "2"); in TEST()
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()