Searched refs:CurrentD (Results 1 – 1 of 1) sorted by relevance
2131 DeclContext::lookup_iterator CurrentD = Path->Decls.begin(); in LookupQualifiedName() local2134 CurrentD != Path->Decls.end()) { in LookupQualifiedName()2136 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl()) in LookupQualifiedName()2140 ++CurrentD; in LookupQualifiedName()2144 CurrentD == Path->Decls.end()) in LookupQualifiedName()