Home
last modified time | relevance | path

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

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