Searched refs:ReplaceStmtWithStmt (Results 1 – 2 of 2) 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()