clang  5.0.0
Public Member Functions | List of all members
clang::VTTBuilder Class Reference

Class for building VTT layout information. More...

#include "clang/AST/VTTBuilder.h"

Public Member Functions

 VTTBuilder (ASTContext &Ctx, const CXXRecordDecl *MostDerivedClass, bool GenerateDefinition)
 
const VTTComponentsVectorTygetVTTComponents () const
 
const VTTVTablesVectorTygetVTTVTables () const
 
const llvm::DenseMap
< BaseSubobject, uint64_t > & 
getSubVTTIndicies () const
 Returns a reference to the sub-VTT indices. More...
 
const llvm::DenseMap
< BaseSubobject, uint64_t > & 
getSecondaryVirtualPointerIndices () const
 Returns a reference to the secondary virtual pointer indices. More...
 

Detailed Description

Class for building VTT layout information.

Definition at line 66 of file VTTBuilder.h.

Constructor & Destructor Documentation

VTTBuilder::VTTBuilder ( ASTContext Ctx,
const CXXRecordDecl MostDerivedClass,
bool  GenerateDefinition 
)

Definition at line 28 of file VTTBuilder.cpp.

References clang::CharUnits::Zero().

Member Function Documentation

const llvm::DenseMap<BaseSubobject, uint64_t>& clang::VTTBuilder::getSecondaryVirtualPointerIndices ( ) const
inline

Returns a reference to the secondary virtual pointer indices.

Definition at line 153 of file VTTBuilder.h.

const llvm::DenseMap<BaseSubobject, uint64_t>& clang::VTTBuilder::getSubVTTIndicies ( ) const
inline

Returns a reference to the sub-VTT indices.

Definition at line 147 of file VTTBuilder.h.

const VTTComponentsVectorTy& clang::VTTBuilder::getVTTComponents ( ) const
inline

Definition at line 137 of file VTTBuilder.h.

const VTTVTablesVectorTy& clang::VTTBuilder::getVTTVTables ( ) const
inline

Definition at line 142 of file VTTBuilder.h.


The documentation for this class was generated from the following files: