Searched refs:PickTrueBranch (Results 1 – 2 of 2) sorted by relevance
63 bool PickTrueBranch) in ReplaceIfStmtWithItsBody() argument64 : Id(Id), PickTrueBranch(PickTrueBranch) {} in ReplaceIfStmtWithItsBody()69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run()72 } else if (!PickTrueBranch) { in run()
79 ReplaceIfStmtWithItsBody(StringRef Id, bool PickTrueBranch);84 const bool PickTrueBranch; variable