Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DMicrosoftCXXABI.cpp127 CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel() function in CXXRecordDecl
170 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
H A DMicrosoftMangle.cpp454 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
497 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1975 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
1983 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2008 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2045 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2186 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
2378 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
2414 return MPT->getMostRecentCXXRecordDecl()->getMSInheritanceModel(); in getInheritanceFromMemptr()
2473 MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitMemberPointerConversion()
2504 MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel(); in EmitMemberPointerConversion()
2616 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1660 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1672 getMSInheritanceModel()) || in nullFieldOffsetIsZero()