Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2164 CXXBasePaths::paths_iterator FirstPath = Paths.begin(); in LookupQualifiedName() local
2165 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName()
2168 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()
2178 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()