/external/clang/lib/AST/ |
D | StmtCXX.cpp | 81 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
|
D | ASTImporter.cpp | 5213 dyn_cast_or_null<DeclStmt>(Importer.Import(S->getLoopVarStmt())); in VisitCXXForRangeStmt() 5214 if (!ToLoopVar && S->getLoopVarStmt()) in VisitCXXForRangeStmt()
|
D | ExprConstant.cpp | 3786 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function 179 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
|
D | RecursiveASTVisitor.h | 2046 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
|
/external/llvm-project/clang/lib/AST/ |
D | StmtCXX.cpp | 77 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
|
D | ASTImporter.cpp | 6325 auto ToLoopVarStmt = importChecked(Err, S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | ExprSequence.cpp | 146 if (S == ForRange->getLoopVarStmt()) in getSequenceSuccessor()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtCXX.h | 168 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function 186 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
|
D | RecursiveASTVisitor.h | 2244 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 412 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
D | CoverageMappingGen.cpp | 744 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
D | CGStmt.cpp | 957 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 557 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
D | CoverageMappingGen.cpp | 1147 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
D | CGStmt.cpp | 1100 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
|
D | CGStmtOpenMP.cpp | 1780 CGF.EmitStmt(CXXFor->getLoopVarStmt()); in emitBody()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1051 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody() 1402 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1357 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody() 1950 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3502 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt() 3508 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 4476 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt() 4482 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1178 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1545 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8091 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/ |
D | TreeTransform.h | 6944 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt() 6955 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()
|