Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp232 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel() function in CXXRecordDecl
240 getMSInheritanceModel()) || in nullFieldOffsetIsZero()
282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
H A DMicrosoftMangle.cpp694 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
745 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
779 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
896 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleFloat()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2861 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2897 if (RD->getMSInheritanceModel() == in EmitMemberPointer()
3003 RD->getMSInheritanceModel() == in EmitMemberPointerComparison()
3039 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3238 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3340 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3341 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all...]
H A DCGDebugInfo.cpp3424 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateTempMacroFile()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1827 MSInheritanceModel getMSInheritanceModel() const;