Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp123 bool PickTrueBranch) in ReplaceIfStmtWithItsBody() argument
124 : Id(std::string(Id)), PickTrueBranch(PickTrueBranch) {} in ReplaceIfStmtWithItsBody()
129 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run()
139 } else if (!PickTrueBranch) { in run()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
133 const bool PickTrueBranch; variable