Searched refs:FirstD (Results 1 – 1 of 1) sorted by relevance
1735 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local1738 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()1740 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()1744 ++FirstD; in LookupQualifiedName()1748 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()