Searched defs:DefinitionData (Results 1 – 3 of 3) sorted by relevance
278 struct DefinitionData { struct282 unsigned UserDeclaredConstructor : 1;285 unsigned UserDeclaredSpecialMembers : 6;288 unsigned Aggregate : 1;291 unsigned PlainOldData : 1;297 unsigned Empty : 1;301 unsigned Polymorphic : 1;305 unsigned Abstract : 1;321 unsigned IsStandardLayout : 1;327 unsigned HasNoNonEmptyBases : 1;[all …]
1100 struct DefinitionData { struct1103 ObjCInterfaceDecl *Definition;1106 TypeSourceInfo *SuperClassTInfo;1109 ObjCProtocolList ReferencedProtocols;1112 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;1119 ObjCCategoryDecl *CategoryList;1123 ObjCIvarDecl *IvarList;1127 mutable unsigned ExternallyCompleted : 1;1154 DefinitionData() : Definition(), SuperClassTInfo(), CategoryList(), IvarList(), in DefinitionData() argument1972 struct DefinitionData { struct[all …]
48 CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl *D) in DefinitionData() function in CXXRecordDecl::DefinitionData