Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DMicrosoftCXXABI.cpp234 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel() function in CXXRecordDecl
242 getMSInheritanceModel()) || in nullFieldOffsetIsZero()
284 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
H A DMicrosoftMangle.cpp673 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
720 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2756 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2764 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2789 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2826 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2862 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2968 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
3005 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3210 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3319 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3320 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all …]
H A DCGDebugInfo.cpp3136 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h1769 MSInheritanceModel getMSInheritanceModel() const;