Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2027 struct QualifiedLookupInScope { in LookupQualifiedName() struct
2031 QualifiedLookupInScope(DeclContext *ctx) : Context(ctx) { in LookupQualifiedName() argument
2034 ~QualifiedLookupInScope() { in LookupQualifiedName() argument