Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp23 static Replacement replaceStmtWithText(SourceManager &Sources, in replaceStmtWithText() function
32 return replaceStmtWithText(Sources, From, Lexer::getSourceText( in replaceStmtWithStmt()
75 Replace.insert(replaceStmtWithText(*Result.SourceManager, *Node, "")); in run()