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

  /external/clang/include/clang/AST/
VTTBuilder.h 28 class VTTVTable {
33 VTTVTable() {}
34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual)
36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual)
74 typedef SmallVector<VTTVTable, 64> VTTVTablesVectorTy;
  /external/clang/lib/CodeGen/
CGVTT.cpp 24 const VTTVTable &VTable,
53 for (const VTTVTable *i = Builder.getVTTVTables().begin(),
63 const VTTVTable &VTTVT = Builder.getVTTVTables()[i->VTableIndex];
  /external/clang/lib/AST/
VTTBuilder.cpp 193 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual));

Completed in 145 milliseconds