Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h169 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function
187 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
H A DRecursiveASTVisitor.h2494 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp78 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
H A DParentMapContext.cpp194 ->getLoopVarStmt() == in getParents()
H A DASTImporter.cpp7476 auto ToLoopVarStmt = importChecked(Err, S->getLoopVarStmt()); in VisitCXXForRangeStmt()
H A DExprConstant.cpp5835 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp609 if (emitStmt(s.getLoopVarStmt(), useCurrentScope).failed()) in emitCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1081 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1440 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp789 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
H A DCoverageMappingGen.cpp1793 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
H A DCGStmt.cpp1518 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
H A DCGStmtOpenMP.cpp1940 CGF.EmitStmt(CXXFor->getLoopVarStmt()); in emitBody()
2103 if (const DeclStmt *LoopVarStmt = RangeFor->getLoopVarStmt()) in EmitOMPCanonicalLoop()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4872 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
4884 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1687 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp14523 BodyParts.push_back(SourceCXXFor->getLoopVarStmt()); in ActOnOpenMPTileDirective()
14785 BodyParts.push_back(SourceCXXFor->getLoopVarStmt()); in ActOnOpenMPStripeDirective()
15057 InnerBodyStmts.push_back(CXXRangeFor->getLoopVarStmt()); in ActOnOpenMPUnrollDirective()
15291 BodyStmts.push_back(CXXRangeFor->getLoopVarStmt()); in ActOnOpenMPReverseDirective()
15487 BodyParts.push_back(SourceCXXFor->getLoopVarStmt()); in ActOnOpenMPInterchangeDirective()
H A DTreeTransform.h9244 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
9256 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()
9261 if (NewStmt.isInvalid() && LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5616 if (!this->visitDeclStmt(S->getLoopVarStmt(), /*EvaluateConditionDecl=*/true)) in visitCXXForRangeStmt()