Searched refs:ReplaceStmtWithStmt (Results 1 – 3 of 3) sorted by relevance
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() function in clang::tooling::ReplaceStmtWithStmt53 void ReplaceStmtWithStmt::run( in run()
64 class ReplaceStmtWithStmt : public RefactoringCallback {66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
71 ReplaceStmtWithStmt Callback("always-false", "should-be"); in TEST()