Searched refs:Inheritance (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h1 //===- CXXInheritance.h - C++ Inheritance -----------------------*- C++ -*-===//
376 inheritanceModelHasVBPtrOffsetField(MSInheritanceModel Inheritance) { argument
377 return Inheritance == MSInheritanceModel::Unspecified;
383 MSInheritanceModel Inheritance) {
384 return IsMemberFunction && Inheritance >= MSInheritanceModel::Multiple;
388 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { argument
389 return Inheritance >= MSInheritanceModel::Virtual;
393 MSInheritanceModel Inheritance) {
395 return Inheritance <= MSInheritanceModel::Single;
396 return Inheritance <
382 inheritanceModelHasNVOffsetField(bool IsMemberFunction, MSInheritanceModel Inheritance) argument
392 inheritanceModelHasOnlyOneField(bool IsMemberFunction, MSInheritanceModel Inheritance) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp218 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
226 Inheritance))
228 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
230 if (inheritanceModelHasVBTableOffsetField(Inheritance))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2616 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
2617 return (!inheritanceModelHasVBTableOffsetField(Inheritance) &&
2624 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
2632 Inheritance))
2634 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
2636 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2649 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
2661 Inheritance))
2663 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
2665 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2686 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
2865 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
3067 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
3360 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2103 std::vector<const DIDerivedType *> Inheritance;
2181 Info.Inheritance.push_back(DDTy);
2324 for (const DIDerivedType *I : Info.Inheritance) {

Completed in 194 milliseconds