Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1535 DeclContext::lookup_iterator FirstD = FirstPath->Decls.first; in LookupQualifiedName() local
1538 while (FirstD != FirstPath->Decls.second && in LookupQualifiedName()
1540 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()
1544 ++FirstD; in LookupQualifiedName()
1548 if (FirstD == FirstPath->Decls.second && in LookupQualifiedName()