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.cpp5587 DeclContext *OwnerScope = Owner->getRedeclContext(); in BuildAnonymousStructOrUnion() local
5589 (OwnerScope->isTranslationUnit() || in BuildAnonymousStructOrUnion()
5590 (OwnerScope->isNamespace() && in BuildAnonymousStructOrUnion()
5591 !cast<NamespaceDecl>(OwnerScope)->isAnonymousNamespace()))) { in BuildAnonymousStructOrUnion()