HomeSort by relevance Sort by last modified time
    Searched refs:ReplaceStmtWithStmt (Results 1 - 3 of 3) 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));
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 71 ReplaceStmtWithStmt Callback("always-false", "should-be");

Completed in 130 milliseconds