Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h126 class ReplaceIfStmtWithItsBody : public RefactoringCallback {
128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp122 ReplaceIfStmtWithItsBody::ReplaceIfStmtWithItsBody(StringRef Id, in ReplaceIfStmtWithItsBody() function in clang::tooling::ReplaceIfStmtWithItsBody
126 void ReplaceIfStmtWithItsBody::run( in run()