Home
last modified time | relevance | path

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

/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.cpp728 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
779 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
813 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
930 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleVirtualMemPtrThunk()
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2785 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2793 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2818 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
2855 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
2891 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2997 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
3033 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3232 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3334 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3335 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all...]
H A DCGDebugInfo.cpp3462 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1835 MSInheritanceModel getMSInheritanceModel() const;