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

  /external/clang/include/clang/AST/
VTableBuilder.h 200 class VTableLayout {
223 VTableLayout(uint64_t NumVTableComponents,
229 ~VTableLayout();
311 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
339 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
346 VTableLayout *
458 typedef llvm::DenseMap<VFTableIdTy, const VTableLayout *> VFTableLayoutMapTy;
474 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 38 milliseconds