Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTrueExpr

3045         checkFormatStringExpr(S, C->getTrueExpr(), Args,
4207 CO->getTrueExpr()->getType(),
4208 CO->getTrueExpr());
6261 return GetExprRange(C, CondResult ? CO->getTrueExpr()
6266 IntRange L = GetExprRange(C, CO->getTrueExpr(), MaxWidth);
7435 CheckConditionalOperand(S, E->getTrueExpr(), T, CC, Suspicious);
7451 CheckImplicitConversion(S, E->getTrueExpr()->IgnoreParenImpCasts(),
8258 Visit(Result ? CO->getTrueExpr() : CO->getFalseExpr());
8260 WorkList.push_back(CO->getTrueExpr());
9707 TypeExpr = ACO->getTrueExpr();