HomeSort by: relevance | last modified time | path
    Searched defs:Inheritance (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftCXXABI.cpp 173 // we have a non-primary base class, which uses the multiple inheritance model.
220 // are dropped as permitted (under the MSVC interpretation) by the inheritance
248 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
256 Inheritance))
258 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
260 if (inheritanceModelHasVBTableOffsetField(Inheritance))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 244 // multiple inheritance case.
2663 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
2664 return (!inheritanceModelHasVBTableOffsetField(Inheritance) &&
2671 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
2679 Inheritance))
2681 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
2683 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2696 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();
2708 Inheritance))
2710 if (inheritanceModelHasVBPtrOffsetField(Inheritance))
    [all...]

Completed in 20 milliseconds