Lines Matching refs:CondExpr
8364 ExprResult CondExpr = in buildPreCond() local
8370 if (CondExpr.isUsable()) { in buildPreCond()
8371 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
8373 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
8374 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8379 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
12693 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
12695 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
12723 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
12754 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
12756 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
12766 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()