clang: clang::BaseSubobject Class Reference (original) (raw)

#include "[clang/AST/BaseSubobject.h](BaseSubobject%5F8h%5Fsource.html)"

Public Member Functions
BaseSubobject ()=default
BaseSubobject (const CXXRecordDecl *Base, CharUnits BaseOffset)
const CXXRecordDecl * getBase () const
getBase - Returns the base class declaration.
CharUnits getBaseOffset () const
getBaseOffset - Returns the base class offset.

Definition at line 30 of file BaseSubobject.h.

clang::BaseSubobject::BaseSubobject ( ) default

BaseSubobject() [2/2]

getBase()

const CXXRecordDecl * clang::BaseSubobject::getBase ( ) const inline

getBaseOffset()

CharUnits clang::BaseSubobject::getBaseOffset ( ) const inline

getBaseOffset - Returns the base class offset.

Definition at line 46 of file BaseSubobject.h.

operator==


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