Searched refs:ReplaceStmtWithStmt (Results 1 – 3 of 3) sorted by relevance
113 class ReplaceStmtWithStmt : public RefactoringCallback {115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() function in clang::tooling::ReplaceStmtWithStmt106 void ReplaceStmtWithStmt::run( in run()
68 ReplaceStmtWithStmt Callback("always-false", "should-be"); in TEST()