Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondE

5389       ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(),
5391 if (CondE.isInvalid())
5394 Cond = CondE.get();
5484 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(),
5486 if (CondE.isInvalid())
5488 Cond = CondE;
5561 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(),
5563 if (CondE.isInvalid())
5566 Cond = CondE.get();