Searched defs:QualifiedLookupInScope (Results 1 – 1 of 1) sorted by relevance
2165 struct QualifiedLookupInScope { in LookupQualifiedName() struct2166 bool oldVal; in LookupQualifiedName()2167 DeclContext *Context; in LookupQualifiedName()2169 QualifiedLookupInScope(DeclContext *ctx) : Context(ctx) { in LookupQualifiedName() argument2172 ~QualifiedLookupInScope() { in LookupQualifiedName()