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

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

Completed in 2194 milliseconds