Lines Matching refs:CondExpr
8988 ExprResult CondExpr = in buildPreCond() local
8993 if (CondExpr.isUsable()) { in buildPreCond()
8994 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
8996 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
8997 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
9002 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
14797 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
14799 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14827 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14858 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
14860 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14870 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()