|
| Field (ID id, hilti::Type t, std::optional< AttributeSet > attrs={}, Meta m=Meta()) |
|
| Field (ID id, ::hilti::function::CallingConvention cc, type::Function ft, std::optional< AttributeSet > attrs={}, Meta m=Meta()) |
|
| Field (ID id, const hilti::Function &inline_func, std::optional< AttributeSet > attrs={}, Meta m=Meta()) |
|
const auto & | id () const |
|
auto | callingConvention () const |
|
auto | inlineFunction () const |
|
auto | attributes () const |
|
bool | isResolved (type::ResolvedState *rstate) const |
|
const hilti::Type & | type () const |
|
NodeRef | typeRef () |
|
hilti::optional_ref< const hilti::Expression > | default_ () const |
|
auto | isInternal () const |
|
auto | isOptional () const |
|
auto | isStatic () const |
|
auto | isNoEmit () const |
|
auto & | _typeNode () |
|
void | setAttributes (const AttributeSet &attrs) |
|
bool | operator== (const Field &other) const |
|
declaration::Linkage | linkage () const |
|
bool | isConstant () const |
|
std::string | displayName () const |
|
auto | isEqual (const Declaration &other) const |
|
auto | properties () const |
|
const ID & | canonicalID () const |
|
void | setCanonicalID (ID id) |
|
| NodeBase (Meta meta) |
|
| NodeBase (std::vector< Node > children, Meta meta) |
|
template<typename T > |
const T & | child (int i) const |
|
template<typename T > |
void | assertChildIsA (int i) |
|
template<typename T > |
auto | children (int begin, int end) const |
|
auto | childRefs (int begin, int end) |
|
template<typename T > |
hilti::node::Set< T > | childrenOfType () const |
|
template<typename T > |
std::vector< NodeRef > | childRefsOfType () const |
|
void | addChild (Node n) |
|
const auto & | children () const |
|
auto & | children () |
|
auto & | meta () const |
|
void | setMeta (Meta m) |
|
bool | pruneWalk () const |
|
AST node for a struct/union field.