Lines Matching refs:CondExpr
9152 ExprResult CondExpr = in buildPreCond() local
9157 if (CondExpr.isUsable()) { in buildPreCond()
9158 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
9160 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
9161 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
9166 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
15095 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
15097 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
15125 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
15156 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
15158 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
15168 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()