Home
last modified time | relevance | path

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

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