Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h161 DeclStmt *getLoopVarStmt() { return cast<DeclStmt>(SubExprs[LOOPVAR]); } in getLoopVarStmt() function
179 const DeclStmt *getLoopVarStmt() const { in getLoopVarStmt() function
H A DRecursiveASTVisitor.h2185 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getLoopVarStmt());
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtCXX.cpp78 Decl *LV = cast<DeclStmt>(getLoopVarStmt())->getSingleDecl(); in getLoopVariable()
H A DASTImporter.cpp5921 S->getCond(), S->getInc(), S->getLoopVarStmt(), S->getBody()); in VisitCXXForRangeStmt()
H A DExprConstant.cpp4271 ESR = EvaluateStmt(Result, Info, FS->getLoopVarStmt()); in EvaluateStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp554 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
H A DCoverageMappingGen.cpp1052 Visit(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
H A DCGStmt.cpp983 EmitStmt(S.getLoopVarStmt()); in EmitCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp941 if (isContainedByStmt(PM, FR->getLoopVarStmt(), S)) in isInLoopBody()
1326 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4245 addLocalScopeAndDtors(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
4251 CFGBlock *LoopVarStmtBlock = addStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1288 Record.AddStmt(S->getLoopVarStmt()); in VisitCXXForRangeStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7479 StmtResult LoopVar = getDerived().TransformStmt(S->getLoopVarStmt()); in TransformCXXForRangeStmt()
7491 LoopVar.get() != S->getLoopVarStmt()) { in TransformCXXForRangeStmt()