clang  5.0.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 "/usr/local/google/work/llvm-www-releases/5.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/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 1687 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: