Home
last modified time | relevance | path

Searched refs:getMSInheritanceModel (Results 1 – 5 of 5) 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.cpp535 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
581 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2512 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2537 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2574 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2606 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2705 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
2742 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
2944 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3052 MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3053 MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all …]
DCGDebugInfo.cpp2140 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/external/clang/include/clang/AST/
DDeclCXX.h1681 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1693 getMSInheritanceModel()) || in nullFieldOffsetIsZero()