Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp674 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()
721 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2769 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2777 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2802 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2839 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2875 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()
2981 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()
3018 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3223 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3332 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3333 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
[all …]
H A DCGDebugInfo.cpp3153 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h1783 MSInheritanceModel getMSInheritanceModel() const;