Searched defs:DefinitionData (Results 1 – 3 of 3) sorted by relevance
300 struct DefinitionData { struct304 bool UserDeclaredConstructor : 1;307 unsigned UserDeclaredSpecialMembers : 6;310 bool Aggregate : 1;313 bool PlainOldData : 1;319 bool Empty : 1;323 bool Polymorphic : 1;327 bool Abstract : 1;343 bool IsStandardLayout : 1;349 bool HasNoNonEmptyBases : 1;[all …]
673 struct DefinitionData { struct676 ObjCInterfaceDecl *Definition;679 ObjCInterfaceDecl *SuperClass;682 ObjCProtocolList ReferencedProtocols;685 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;692 ObjCCategoryDecl *CategoryList;696 ObjCIvarDecl *IvarList;700 mutable bool ExternallyCompleted : 1;704 mutable bool IvarListMissingImplementation : 1;730 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(), in DefinitionData() argument[all …]
48 CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl *D) in DefinitionData() function in CXXRecordDecl::DefinitionData