Lines Matching refs:CondExpr
8958 ExprResult CondExpr = in buildPreCond() local
8963 if (CondExpr.isUsable()) { in buildPreCond()
8964 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
8966 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
8967 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8972 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
14303 ExprResult CondExpr = in ActOnOpenMPTileDirective() local
14306 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14339 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14373 ExprResult CondExpr = in ActOnOpenMPTileDirective() local
14376 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14387 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14983 ExprResult CondExpr = in ActOnOpenMPInterchangeDirective() local
14986 if (!CondExpr.isUsable()) in ActOnOpenMPInterchangeDirective()
15006 Context, InitStmt.get(), CondExpr.get(), nullptr, IncrStmt.get(), Inner, in ActOnOpenMPInterchangeDirective()