Home
last modified time | relevance | path

Searched refs:getLoopVarStmt (Results 1 – 10 of 10) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h156 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function
171 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
DRecursiveASTVisitor.h1941 TRY_TO(TraverseStmt(S->getLoopVarStmt()));
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp572 CountMap[S->getLoopVarStmt()] = PGO.getCurrentRegionCount(); in VisitCXXForRangeStmt()
573 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
DCGStmt.cpp944 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1365 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1965 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/external/clang/lib/AST/
DStmt.cpp813 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
DExprConstant.cpp3484 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
/external/clang/lib/Analysis/
DCFG.cpp3327 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
3333 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1115 Writer.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/clang/lib/Sema/
DTreeTransform.h6193 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
6203 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()