Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp1715 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local
1718 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()
1720 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()
1724 ++FirstD; in LookupQualifiedName()
1728 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()