Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp77 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, in replaceStmtWithStmt() function
112 replaceStmtWithStmt(*Result.SourceManager, *FromMatch, *ToMatch)); in run()
132 Replace.add(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body)); in run()