Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp4648 DeclContext *OwnerScope = Owner->getRedeclContext(); in BuildAnonymousStructOrUnion() local
4650 (OwnerScope->isTranslationUnit() || in BuildAnonymousStructOrUnion()
4651 (OwnerScope->isNamespace() && in BuildAnonymousStructOrUnion()
4652 !cast<NamespaceDecl>(OwnerScope)->isAnonymousNamespace()))) { in BuildAnonymousStructOrUnion()