Searched refs:getLoopVarStmt (Results 1 – 12 of 12) sorted by relevance
161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function179 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
2185 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
78 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
5921 S->getCond(), S->getInc(), S->getLoopVarStmt(), S->getBody()); in VisitCXXForRangeStmt()
4271 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
554 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
1052 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
983 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
941 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()1326 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
4245 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()4251 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
1288 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
7479 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()7491 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()