Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp5016 DeclContext *OwnerScope = Owner->getRedeclContext(); in BuildAnonymousStructOrUnion() local
5018 (OwnerScope->isTranslationUnit() || in BuildAnonymousStructOrUnion()
5019 (OwnerScope->isNamespace() && in BuildAnonymousStructOrUnion()
5020 !cast<NamespaceDecl>(OwnerScope)->isAnonymousNamespace()))) { in BuildAnonymousStructOrUnion()