Searched refs:structDecl (Results 1 – 1 of 1) sorted by relevance
986 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in numStructUnionElements() local988 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements()990 for (const auto *Field : structDecl->fields()) in numStructUnionElements()994 if (structDecl->isUnion()) in numStructUnionElements()996 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()2041 RecordDecl *structDecl = DeclType->castAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local2045 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()