Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtCXX.cpp81 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
DASTImporter.cpp5213 dyn_cast_or_null<DeclStmt>(Importer.Import(S->getLoopVarStmt())); in VisitCXXForRangeStmt()
5214 if (!ToLoopVar && S->getLoopVarStmt()) in VisitCXXForRangeStmt()
DExprConstant.cpp3786 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
/external/clang/include/clang/AST/
DStmtCXX.h161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function
179 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
DRecursiveASTVisitor.h2046 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp412 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
DCoverageMappingGen.cpp744 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
DCGStmt.cpp957 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1357 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1950 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/external/clang/lib/Analysis/
DCFG.cpp3502 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
3508 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1178 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/clang/lib/Sema/
DTreeTransform.h6944 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
6955 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()