Home
last modified time | relevance | path

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

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