Searched defs:VTableLayout (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h202 class VTableLayout { class in namespace:clang
224 VTableLayout(uint64_t NumVTableComponents,
230 ~VTableLayout();
317 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
338 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
345 VTableLayout *
491 typedef llvm::DenseMap<VFTableIdTy, const VTableLayout *> VFTableLayoutMapTy;
518 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
/external/clang/lib/AST/
H A DVTableBuilder.cpp2235 VTableLayout::VTableLayout(uint64_t NumVTableComponents, function in class:VTableLayout
2253 [](const VTableLayout::VTableThunkTy &LHS,
2254 const VTableLayout::VTableThunkTy &RHS) {
2261 VTableLayout::~VTableLayout() { }
2315 static VTableLayout *CreateVTableLayout(const ItaniumVTableBuilder &Builder) {
2316 SmallVector<VTableLayout::VTableThunkTy, 1>
2319 return new VTableLayout(Builder.getNumVTableComponents(),
2329 const VTableLayout *
[all...]

Completed in 735 milliseconds