Home | History | Annotate | Download | only in Sema

Lines Matching refs:CondE

5258       ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getIfLoc(),
5260 if (CondE.isInvalid())
5263 Cond = CondE.get();
5353 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(),
5355 if (CondE.isInvalid())
5357 Cond = CondE;
5430 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(),
5432 if (CondE.isInvalid())
5435 Cond = CondE.get();