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

/external/clang/lib/Sema/
H A DSemaInit.cpp803 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); local
805 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(structDecl))
807 for (const auto *Field : structDecl->fields())
811 if (structDecl->isUnion())
813 return InitializableMembers - structDecl->hasFlexibleArrayMember();
1743 RecordDecl *structDecl = DeclType->getAs<RecordType>()->getDecl(); local
1747 if (structDecl->isInvalidDecl()) {
1811 // If structDecl is a forward declaration, this loop won't do

Completed in 119 milliseconds