Lines Matching refs:CondExpr
8905 ExprResult CondExpr = SemaRef.BuildBinOp( in buildPreCond() local
8910 if (CondExpr.isUsable()) { in buildPreCond()
8911 if (!SemaRef.Context.hasSameUnqualifiedType(CondExpr.get()->getType(), in buildPreCond()
8913 CondExpr = SemaRef.PerformImplicitConversion( in buildPreCond()
8914 CondExpr.get(), SemaRef.Context.BoolTy, /*Action=*/Sema::AA_Casting, in buildPreCond()
8919 return CondExpr.isUsable() ? CondExpr.get() : Cond; in buildPreCond()
14657 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
14659 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14687 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()
14718 ExprResult CondExpr = BuildBinOp(CurScope, LoopHelper.Cond->getExprLoc(), in ActOnOpenMPTileDirective() local
14720 if (!CondExpr.isUsable()) in ActOnOpenMPTileDirective()
14730 ForStmt(Context, InitStmt.get(), CondExpr.get(), nullptr, in ActOnOpenMPTileDirective()