Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h113 class ReplaceStmtWithStmt : public RefactoringCallback {
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
/freebsd/contrib/llvm-project/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()