clang
3.9.0
|
All virtual base related information about a given record decl. More...
#include <VTableBuilder.h>
Public Member Functions | |
~VirtualBaseInfo () | |
Public Attributes | |
llvm::DenseMap< const CXXRecordDecl *, unsigned > | VBTableIndices |
A map from virtual base to vbtable index for doing a conversion from the the derived class to the a base. More... | |
VPtrInfoVector | VBPtrPaths |
Information on all virtual base tables used when this record is the most derived class. More... | |
All virtual base related information about a given record decl.
Includes information on all virtual base tables and the path components that are used to mangle them.
Definition at line 452 of file VTableBuilder.h.
|
inline |
Definition at line 453 of file VTableBuilder.h.
References VBPtrPaths.
VPtrInfoVector clang::VirtualBaseInfo::VBPtrPaths |
Information on all virtual base tables used when this record is the most derived class.
Definition at line 461 of file VTableBuilder.h.
Referenced by clang::MicrosoftVTableContext::enumerateVBTables(), and ~VirtualBaseInfo().
llvm::DenseMap<const CXXRecordDecl *, unsigned> clang::VirtualBaseInfo::VBTableIndices |
A map from virtual base to vbtable index for doing a conversion from the the derived class to the a base.
Definition at line 457 of file VTableBuilder.h.
Referenced by clang::MicrosoftVTableContext::getVBTableIndex().