Home
last modified time | relevance | path

Searched defs:Inheritance (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h365 inheritanceModelHasVBPtrOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBPtrOffsetField()
372 MSInheritanceModel Inheritance) { in inheritanceModelHasNVOffsetField()
377 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { in inheritanceModelHasVBTableOffsetField()
382 MSInheritanceModel Inheritance) { in inheritanceModelHasOnlyOneField()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlootut.pod224 =head2 Inheritance section
H A Dperlobj.pod260 =head2 Inheritance section
/openbsd/gnu/llvm/clang/lib/AST/
H A DMicrosoftCXXABI.cpp284 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2769 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2777 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2802 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2839 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
3018 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
3223 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3518 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2284 std::vector<const DIDerivedType *> Inheritance; member