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 198 class VTableLayout {
221 VTableLayout(uint64_t NumVTableComponents,
227 ~VTableLayout();
285 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
330 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
337 VTableLayout *
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 515 milliseconds