Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp4139 llvm::SmallVector<NamedDecl *, 4> DeclsToVisit; in lookupInDeclContext() local
4153 DeclsToVisit.push_back(ND); in lookupInDeclContext()
4158 for (auto *ND : DeclsToVisit) { in lookupInDeclContext()
4162 DeclsToVisit.clear(); in lookupInDeclContext()