Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp2040 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local
2043 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()