Searched refs:structDecl (Results 1 – 1 of 1) sorted by relevance
977 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in numStructUnionElements() local979 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements()981 for (const auto *Field : structDecl->fields()) in numStructUnionElements()985 if (structDecl->isUnion()) in numStructUnionElements()987 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()1998 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local2002 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()