Home
last modified time | relevance | path

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

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