Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DRefactoringCallbacks.cpp63 bool PickTrueBranch) in ReplaceIfStmtWithItsBody() argument
64 : Id(Id), PickTrueBranch(PickTrueBranch) {} in ReplaceIfStmtWithItsBody()
69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run()
72 } else if (!PickTrueBranch) { in run()
/external/clang/include/clang/Tooling/
DRefactoringCallbacks.h79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);
84 const bool PickTrueBranch; variable