Searched refs:getLoopVarStmt (Results 1 – 12 of 12) sorted by relevance
81 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
5213 dyn_cast_or_null<DeclStmt>(Importer.Import(S->getLoopVarStmt())); in VisitCXXForRangeStmt()5214 if (!ToLoopVar && S->getLoopVarStmt()) in VisitCXXForRangeStmt()
3786 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function179 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
2046 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
412 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
744 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
957 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
1357 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()1950 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
3502 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()3508 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
1178 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
6944 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()6955 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()