|
clang 23.0.0git
|
Describes a record field. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Record.h"
Public Member Functions | |
| bool | isBitField () const |
| bool | isUnnamedBitField () const |
| Field (const FieldDecl *D, const Descriptor *Desc, unsigned Offset) | |
Public Attributes | |
| const FieldDecl * | Decl |
| const Descriptor * | Desc |
| unsigned | Offset |
|
inline |
|
inline |
|
inline |
| const FieldDecl* clang::interp::Record::Field::Decl |
Definition at line 29 of file Record.h.
Referenced by Field(), isBitField(), and isUnnamedBitField().
| const Descriptor* clang::interp::Record::Field::Desc |
| unsigned clang::interp::Record::Field::Offset |
Definition at line 31 of file Record.h.
Referenced by Field(), and clang::interp::MemberPointer::toPointer().