Searched refs:FirstD (Results 1 – 1 of 1) sorted by relevance
2040 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local2043 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()2045 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()2049 ++FirstD; in LookupQualifiedName()2053 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()