Searched refs:PickTrueBranch (Results 1 – 2 of 2) sorted by relevance
123 bool PickTrueBranch) in ReplaceIfStmtWithItsBody() argument124 : 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()
128 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);133 const bool PickTrueBranch; variable