HomeSort by: relevance | last modified time | path
    Searched defs:ReplaceStmtWithText (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 19 // ReplaceStmtWithText Callback("integer", "42");
78 class ReplaceStmtWithText : public RefactoringCallback {
80 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp 72 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From,
79 return replaceStmtWithText(
85 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
88 void ReplaceStmtWithText::run(
143 Replace.add(replaceStmtWithText(*Result.SourceManager, *Node, ""));

Completed in 38 milliseconds