Lines Matching defs:PreCond
7639 Expr *PreCond = nullptr;
9259 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond(
9296 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr ||
9748 auto PreCond = ExprResult(IterSpaces[0].PreCond);
9775 if (PreCond.isUsable()) {
9776 PreCond =
9777 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd,
9778 PreCond.get(), IterSpaces[Cnt].PreCond);
10290 Built.PreCond = PreCond.get();