Home
last modified time | relevance | path

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

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