Home
last modified time | relevance | path

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

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