Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() function in clang::tooling::ReplaceIfStmtWithItsBody
66 void ReplaceIfStmtWithItsBody::run( in run()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h77 class ReplaceIfStmtWithItsBody : public RefactoringCallback {
79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
/external/clang/unittests/Tooling/
DRefactoringCallbacksTest.cpp82 ReplaceIfStmtWithItsBody Callback("id", true); in TEST()
93 ReplaceIfStmtWithItsBody Callback("id", false); in TEST()