Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp670 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in numStructUnionElements() local
672 for (const auto *Field : structDecl->fields()) in numStructUnionElements()
676 if (structDecl->isUnion()) in numStructUnionElements()
678 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()
1534 RecordDecl* structDecl = DeclType->getAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local
1538 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()