HomeSort by relevance Sort by last modified time
    Searched refs:LayoutClass (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
VTableBuilder.cpp 79 /// LayoutClass - The class we're using for layout information. Will be
82 const CXXRecordDecl *LayoutClass;
126 const CXXRecordDecl *LayoutClass);
151 const CXXRecordDecl *LayoutClass)
153 MostDerivedClassOffset(MostDerivedClassOffset), LayoutClass(LayoutClass),
357 Context.getASTRecordLayout(LayoutClass);
544 /// LayoutClass - The class we're using for layout information. Will be
547 const CXXRecordDecl *LayoutClass;
589 const CXXRecordDecl *LayoutClass,
    [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 323 const CXXRecordDecl *LayoutClass);

Completed in 68 milliseconds