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

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
RefactoringCallbacks.h 113 class ReplaceStmtWithStmt : public RefactoringCallback {
115 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
RefactoringCallbacks.cpp 77 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From,
103 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
106 void ReplaceStmtWithStmt::run(
112 replaceStmtWithStmt(*Result.SourceManager, *FromMatch, *ToMatch));
132 Replace.add(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));

Completed in 18 milliseconds