Searched refs:FirstD (Results 1 – 1 of 1) sorted by relevance
1742 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local1745 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()1747 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()1751 ++FirstD; in LookupQualifiedName()1755 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()