Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5473 DeclContext *OwnerScope = Owner->getRedeclContext(); in BuildAnonymousStructOrUnion() local
5475 (OwnerScope->isTranslationUnit() || in BuildAnonymousStructOrUnion()
5476 (OwnerScope->isNamespace() && in BuildAnonymousStructOrUnion()
5477 !cast<NamespaceDecl>(OwnerScope)->isAnonymousNamespace()))) { in BuildAnonymousStructOrUnion()