Searched refs:ReplaceStmtWithStmt (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp50 ReplaceStmtWithStmt::ReplaceStmtWithStmt(StringRef FromId, StringRef ToId) function in class:clang::tooling::ReplaceStmtWithStmt
53 void ReplaceStmtWithStmt::run(
/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h64 class ReplaceStmtWithStmt : public RefactoringCallback { class in namespace:clang::tooling
66 ReplaceStmtWithStmt(StringRef FromId, StringRef ToId);
/external/clang/unittests/Tooling/
H A DRefactoringCallbacksTest.cpp71 ReplaceStmtWithStmt Callback("always-false", "should-be");

Completed in 186 milliseconds