Searched defs:ReplaceIfStmtWithItsBody (Results 1 - 2 of 2) sorted by relevance

/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/lib/Tooling/
H A DRefactoringCallbacks.cpp62 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, function in class:clang::tooling::ReplaceIfStmtWithItsBody
66 void ReplaceIfStmtWithItsBody::run(

Completed in 75 milliseconds