HomeSort by relevance Sort by last modified time
    Searched refs:MostDerivedClass (Results 1 - 25 of 35) sorted by null

1 2

  /external/clang/lib/AST/
VTTBuilder.cpp 29 const CXXRecordDecl *MostDerivedClass,
31 : Ctx(Ctx), MostDerivedClass(MostDerivedClass),
32 MostDerivedClassLayout(Ctx.getASTRecordLayout(MostDerivedClass)),
35 LayoutVTT(BaseSubobject(MostDerivedClass, CharUnits::Zero()),
42 if (VTableClass == MostDerivedClass) {
185 bool IsPrimaryVTT = Base.getBase() == MostDerivedClass;
VTableBuilder.cpp 81 /// MostDerivedClass - The most derived class for which the final overriders
83 const CXXRecordDecl *MostDerivedClass;
135 FinalOverriders(const CXXRecordDecl *MostDerivedClass,
152 dump(llvm::errs(), BaseSubobject(MostDerivedClass, CharUnits::Zero()),
158 FinalOverriders::FinalOverriders(const CXXRecordDecl *MostDerivedClass,
161 : MostDerivedClass(MostDerivedClass),
163 Context(MostDerivedClass->getASTContext()),
164 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)) {
170 ComputeBaseOffsets(BaseSubobject(MostDerivedClass, CharUnits::Zero()),
    [all...]
  /external/clang/include/clang/AST/
VTTBuilder.h 72 const CXXRecordDecl *MostDerivedClass;
134 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 371 createConstructionVTableLayout(const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 371 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 393 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 393 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 393 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 393 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
VTableBuilder.h 393 const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
VTTBuilder.h 71 const CXXRecordDecl *MostDerivedClass;
133 VTTBuilder(ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass,
  /external/clang/lib/CodeGen/
CGVTT.cpp 23 const CXXRecordDecl *MostDerivedClass,
27 if (VTable.getBase() == MostDerivedClass) {
31 return CGM.getCXXABI().getAddrOfVTable(MostDerivedClass, CharUnits());
34 return CGVT.GenerateConstructionVTable(MostDerivedClass,

Completed in 499 milliseconds

1 2