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

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 2500 const ASTRecordLayout &BaseLayout,
2757 const ASTRecordLayout &BaseLayout = Context.getASTRecordLayout(BaseDecl);
2764 if (!SharedVBPtrBase && BaseLayout.hasVBPtr()) {
2769 if (!BaseLayout.hasExtendableVFPtr())
2774 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase();
2777 layoutNonVirtualBase(RD, BaseDecl, BaseLayout, PreviousBaseLayout);
2805 const ASTRecordLayout &BaseLayout = Context.getASTRecordLayout(BaseDecl);
2807 if (BaseLayout.hasExtendableVFPtr()) {
2808 VBPtrOffset = Bases[BaseDecl] + BaseLayout.getNonVirtualSize();
2815 LeadsWithZeroSizedBase = BaseLayout.leadsWithZeroSizedBase()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 2145 const ASTRecordLayout &BaseLayout =
2153 CharUnits VBPtrOffset = BaseLayout.getVBPtrOffset();

Completed in 22 milliseconds