Home
last modified time | relevance | path

Searched defs:DefinitionData (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h300 struct DefinitionData { struct
304 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 …]
DDeclObjC.h674 struct DefinitionData { struct
677 ObjCInterfaceDecl *Definition;
680 ObjCInterfaceDecl *SuperClass;
683 ObjCProtocolList ReferencedProtocols;
686 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
693 ObjCCategoryDecl *CategoryList;
697 ObjCIvarDecl *IvarList;
701 mutable bool ExternallyCompleted : 1;
705 mutable bool IvarListMissingImplementation : 1;
731 DefinitionData() : Definition(), SuperClass(), CategoryList(), IvarList(), in DefinitionData() argument
[all …]
/external/clang/lib/AST/
DDeclCXX.cpp48 CXXRecordDecl::DefinitionData::DefinitionData(CXXRecordDecl *D) in DefinitionData() function in CXXRecordDecl::DefinitionData