Home
last modified time | relevance | path

Searched refs:getMSInheritanceModel (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DMicrosoftCXXABI.cpp180 CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel() function in CXXRecordDecl
224 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
DMicrosoftMangle.cpp499 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
545 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2496 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2529 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2566 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2598 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2697 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
2734 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
2936 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3044 MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3045 MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all …]
/external/clang/include/clang/AST/
DDeclCXX.h1653 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1665 getMSInheritanceModel()) || in nullFieldOffsetIsZero()