Home
last modified time | relevance | path

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

12

/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/llvm-project/clang/lib/AST/
DStmtCXX.cpp77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
DASTImporter.cpp6325 auto ToLoopVarStmt = importChecked(Err, S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExprSequence.cpp146 if (S == ForRange->getLoopVarStmt()) in getSequenceSuccessor()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h168 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function
186 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
DRecursiveASTVisitor.h2244 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/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp557 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
DCoverageMappingGen.cpp1147 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
DCGStmt.cpp1100 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
DCGStmtOpenMP.cpp1780 CGF.EmitStmt(CXXFor->getLoopVarStmt()); in emitBody()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1051 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1402 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/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/llvm-project/clang/lib/Analysis/
DCFG.cpp4476 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
4482 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1178 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp1545 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8091 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
8103 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()
8111 if (NewStmt.isInvalid() && LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()
/external/clang/lib/Sema/
DTreeTransform.h6944 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
6955 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()

12