enum OffsetOfNode::Kind
Description
The kind of offsetof node we have.
Declared at: clang/include/clang/AST/Expr.h:2343
Enumerators
Name | Value | Comment |
---|---|---|
Array | 0 | An index into an array. |
Field | 1 | A field. |
Identifier | 2 | A field in a dependent type, known only by its name. |
Base | 3 | An implicit indirection through a C++ base class, when the field found is in a base class. |