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

  /src/external/apache2/llvm/dist/clang/lib/AST/
VTTBuilder.cpp 35 MostDerivedClassLayout(Ctx.getASTRecordLayout(MostDerivedClass)),
114 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
167 MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
VTableBuilder.cpp 96 /// MostDerivedClassLayout - the AST record layout of the most derived class.
97 const ASTRecordLayout &MostDerivedClassLayout;
163 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)) {
359 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
396 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
638 const ASTRecordLayout &MostDerivedClassLayout =
642 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1458 const ASTRecordLayout &MostDerivedClassLayout =
1462 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1861 const ASTRecordLayout &MostDerivedClassLayout
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTTBuilder.h 88 const ASTRecordLayout &MostDerivedClassLayout;

Completed in 18 milliseconds