Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondIsTrue

10385   bool CondIsTrue = false;
10398 CondIsTrue = condEval.getZExtValue();
10401 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr;
10411 CondIsTrue, resType->isDependentType(), ValueDependent);