Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp2378 DeclContext::lookup_iterator CurrentD = Path->Decls.begin(); in LookupQualifiedName() local
2397 CurrentD != Path->Decls.end()) { in LookupQualifiedName()
2399 GetRepresentativeDecl(*CurrentD)) in LookupQualifiedName()
2403 ++CurrentD; in LookupQualifiedName()
2407 CurrentD == Path->Decls.end()) in LookupQualifiedName()