Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp72 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From, in replaceStmtWithText() function
79 return replaceStmtWithText( in replaceStmtWithStmt()
143 Replace.add(replaceStmtWithText(*Result.SourceManager, *Node, "")); in run()