Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp742 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in numStructUnionElements() local
744 for (const auto *Field : structDecl->fields()) in numStructUnionElements()
748 if (structDecl->isUnion()) in numStructUnionElements()
750 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()
1680 RecordDecl* structDecl = DeclType->getAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local
1684 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()