Home
last modified time | relevance | path

Searched refs:StmtParents (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DLoopConvertUtils.h117 DependencyFinderASTVisitor(const StmtParentMap *StmtParents, in DependencyFinderASTVisitor() argument
121 : StmtParents(StmtParents), DeclParents(DeclParents), in DependencyFinderASTVisitor()
163 const StmtParentMap *StmtParents;
H A DLoopConvertUtils.cpp89 Curr = StmtParents->lookup(Curr); in VisitVarDecl()