clang  3.9.0
Public Attributes | List of all members
clang::CodeGen::CodeGenFunction::VPtr Struct Reference

Struct with all informations about dynamic [sub]class needed to set vptr. More...

#include <CodeGenFunction.h>

Collaboration diagram for clang::CodeGen::CodeGenFunction::VPtr:
[legend]

Public Attributes

BaseSubobject Base
 
const CXXRecordDeclNearestVBase
 
CharUnits OffsetFromNearestVBase
 
const CXXRecordDeclVTableClass
 

Detailed Description

Struct with all informations about dynamic [sub]class needed to set vptr.

Definition at line 1441 of file CodeGenFunction.h.

Member Data Documentation

BaseSubobject clang::CodeGen::CodeGenFunction::VPtr::Base
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::NearestVBase
CharUnits clang::CodeGen::CodeGenFunction::VPtr::OffsetFromNearestVBase
const CXXRecordDecl* clang::CodeGen::CodeGenFunction::VPtr::VTableClass

The documentation for this struct was generated from the following file: