HomeSort by relevance Sort by last modified time
    Searched defs:ReplaceStmtWithStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 64 class ReplaceStmtWithStmt : public RefactoringCallback {
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 29 static Replacement replaceStmtWithStmt(SourceManager &Sources,
50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId)
53 void ReplaceStmtWithStmt::run(
58 Replace.insert(replaceStmtWithStmt(
71 Replace.insert(replaceStmtWithStmt(*Result.SourceManager, *Node, *Body));

Completed in 58 milliseconds