Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1536 DeclContext::lookup_iterator CurrentD = Path->Decls.first; in LookupQualifiedName() local
1539 CurrentD != Path->Decls.second) { in LookupQualifiedName()
1541 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl()) in LookupQualifiedName()
1545 ++CurrentD; in LookupQualifiedName()
1549 CurrentD == Path->Decls.second) in LookupQualifiedName()