Home
last modified time | relevance | path

Searched refs:MSInheritanceModel (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp74 static MSInheritanceModel MSInheritanceAttrToModel(attr::Kind Kind) { in MSInheritanceAttrToModel()
84 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel()
127 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp636 static bool hasVBPtrOffsetField(MSInheritanceModel Inheritance) { in hasVBPtrOffsetField()
641 MSInheritanceModel Inheritance) { in hasOnlyOneField()
649 MSInheritanceModel Inheritance) { in hasNonVirtualBaseAdjustmentField()
653 static bool hasVirtualBaseAdjustmentField(MSInheritanceModel Inheritance) { in hasVirtualBaseAdjustmentField()
663 static bool nullFieldOffsetIsZero(MSInheritanceModel Inheritance) { in nullFieldOffsetIsZero()
677 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
685 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
710 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
747 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
868 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
[all …]
/external/clang/include/clang/AST/
DDeclCXX.h262 enum MSInheritanceModel { enum
1576 MSInheritanceModel getMSInheritanceModel() const;