Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp2165 struct QualifiedLookupInScope { in LookupQualifiedName() struct
2166 bool oldVal; in LookupQualifiedName()
2167 DeclContext *Context; in LookupQualifiedName()
2169 QualifiedLookupInScope(DeclContext *ctx) : Context(ctx) { in LookupQualifiedName() argument
2172 ~QualifiedLookupInScope() { in LookupQualifiedName()