Lines Matching refs:CondExpr
8370 ExprResult CondExpr = in buildPreCond() local
8376 if (CondExpr.isUsable()) { in buildPreCond()
8377 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
8379 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
8380 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8385 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
12744 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
12746 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
12774 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
12805 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
12807 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
12817 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()