Searched refs:isConditionTrue (Results 1 – 2 of 2) sorted by relevance
3354 bool isConditionTrue(const ASTContext &C) const;3359 return isConditionTrue(C) ? getLHS() : getRHS(); in getChosenSubExpr()
3390 bool ChooseExpr::isConditionTrue(const ASTContext &C) const { in isConditionTrue() function in ChooseExpr