Home
last modified time | relevance | path

Searched refs:ReplaceStmtWithStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h113 class ReplaceStmtWithStmt : public RefactoringCallback {
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
/llvm-project-15.0.7/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) in ReplaceStmtWithStmt() function in clang::tooling::ReplaceStmtWithStmt
106 void ReplaceStmtWithStmt::run( in run()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp68 ReplaceStmtWithStmt Callback("always-false", "should-be"); in TEST()