Searched refs:structDecl (Results 1 – 1 of 1) sorted by relevance
999 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in numStructUnionElements() local1001 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements()1003 for (const auto *Field : structDecl->fields()) in numStructUnionElements()1007 if (structDecl->isUnion()) in numStructUnionElements()1009 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()2051 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local2055 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()