Home
last modified time | relevance | path

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

/llvm-project/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()
/llvm-project/llvm/utils/TableGen/jupyter/
H A Dtablegen_tutorial_part_1.md92 ## Inheritance section
/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots() local
/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); isZeroInitializable() local
2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); ConvertMemberPointerType() local
2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); GetNullMemberPointerFields() local
2861 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitFullMemberPointer() local
3039 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitMemberPointerComparison() local
3238 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitMemberDataPointerAddress() local
3524 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); EmitLoadOfMemberFunctionPointer() local
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1771 TEST(FindImplementations,Inheritance) TEST() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2317 std::vector<const DIDerivedType *> Inheritance; global() member
/llvm-project/clang/test/AST/Interp/
H A Drecords.cpp