Searched refs:getLoopVarStmt (Results 1 – 10 of 10) sorted by relevance
156 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function171 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
1941 TRY_TO(TraverseStmt(S->getLoopVarStmt()));
572 CountMap[S->getLoopVarStmt()] = PGO.getCurrentRegionCount(); in VisitCXXForRangeStmt()573 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
944 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
1365 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()1965 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
813 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
3484 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
3327 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()3333 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
1115 Writer.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
6193 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()6203 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()