Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2432 struct QualifiedLookupInScope { in LookupQualifiedName() struct
2433 bool oldVal; in LookupQualifiedName()
2434 DeclContext *Context; in LookupQualifiedName()
2436 QualifiedLookupInScope(DeclContext *ctx) : Context(ctx) { in LookupQualifiedName() argument
2439 ~QualifiedLookupInScope() { in LookupQualifiedName()