Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDMicrosoftCXXABI.cpp95 static MSInheritanceModel MSInheritanceAttrToModel(attr::Kind Kind) { in MSInheritanceAttrToModel()
105 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel()
148 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDMicrosoftCXXABI.cpp1233 static bool hasVBPtrOffsetField(MSInheritanceModel Inheritance) { in hasVBPtrOffsetField()
1238 MSInheritanceModel Inheritance) { in hasOnlyOneField()
1246 MSInheritanceModel Inheritance) { in hasNonVirtualBaseAdjustmentField()
1250 static bool hasVirtualBaseAdjustmentField(MSInheritanceModel Inheritance) { in hasVirtualBaseAdjustmentField()
1260 static bool nullFieldOffsetIsZero(MSInheritanceModel Inheritance) { in nullFieldOffsetIsZero()
1274 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
1282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
1307 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
1344 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
1490 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
[all …]
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h262 enum MSInheritanceModel { enum
1602 MSInheritanceModel getMSInheritanceModel() const;