Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp678 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
718 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointerInClassNTTP()
747 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
810 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleMemberFunctionPointerInClassNTTP()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2778 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2786 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2811 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2848 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2884 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2990 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
3026 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3225 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3327 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3328 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all …]
H A DCGDebugInfo.cpp3298 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1819 MSInheritanceModel getMSInheritanceModel() const;