Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2166 DeclContext::lookup_iterator CurrentD = Path->Decls.begin(); in LookupQualifiedName() local
2169 CurrentD != Path->Decls.end()) { in LookupQualifiedName()
2171 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl()) in LookupQualifiedName()
2175 ++CurrentD; in LookupQualifiedName()
2179 CurrentD == Path->Decls.end()) in LookupQualifiedName()