Lines Matching defs:PreCond
7719 Expr *PreCond = nullptr;
9254 ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond(
9291 (ResultIterSpaces[CurrentNestedLoopCount].PreCond == nullptr ||
9703 auto PreCond = ExprResult(IterSpaces[0].PreCond);
9730 if (PreCond.isUsable()) {
9731 PreCond =
9732 SemaRef.BuildBinOp(CurScope, PreCond.get()->getExprLoc(), BO_LAnd,
9733 PreCond.get(), IterSpaces[Cnt].PreCond);
10245 Built.PreCond = PreCond.get();