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 219 class VTableLayout {
244 VTableLayout(uint64_t NumVTableComponents,
250 ~VTableLayout();
342 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
363 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
370 VTableLayout *
512 typedef llvm::DenseMap<VFTableIdTy, const VTableLayout *> VFTableLayoutMapTy;
539 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 71 milliseconds