enum OffsetOfNode::Kind

Description

The kind of offsetof node we have.

Declared at: clang/include/clang/AST/Expr.h:2343

Enumerators

NameValueComment
Array0An index into an array.
Field1A field.
Identifier2A field in a dependent type, known only by its name.
Base3An implicit indirection through a C++ base class, when the field found is in a base class.