reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
7235 IV = buildDeclRefExpr(SemaRef, IVDecl, RealVType, InitLoc); 7241 Init = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, IV.get(), RHS); 7252 SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, IV.get(), CombRHS); 7280 UseStrictCompare ? BO_LT : BO_LE, IV.get(), 7282 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), 7286 CombDistCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(), 7306 IV.get(), BoundCombUB); 7311 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, IV.get(), 7315 Inc = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, IV.get(), Inc.get()); 7384 CurScope, CondLoc, UseStrictCompare ? BO_LT : BO_LE, IV.get(), BoundUB); 7388 SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Add, IV.get(), ST.get()); 7390 DistInc = SemaRef.BuildBinOp(CurScope, DistIncLoc, BO_Assign, IV.get(), 7425 IV.get(), BoundPrevUB); 7453 ExprResult Acc = IV; 7548 Built.IterationVarRef = IV.get();