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 197 class VTableLayout {
218 VTableLayout(uint64_t NumVTableComponents,
223 ~VTableLayout();
278 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *>
312 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) {
319 VTableLayout *
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 164 milliseconds