Searched refs:structDecl (Results 1 – 1 of 1) sorted by relevance
854 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in numStructUnionElements() local856 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl)) in numStructUnionElements()858 for (const auto *Field : structDecl->fields()) in numStructUnionElements()862 if (structDecl->isUnion()) in numStructUnionElements()864 return InitializableMembers - structDecl->hasFlexibleArrayMember(); in numStructUnionElements()1884 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); in CheckStructUnionTypes() local1888 if (structDecl->isInvalidDecl()) { in CheckStructUnionTypes()