|
| Parameter (ID id, hilti::Type type, parameter::Kind kind, std::optional< hilti::Expression > default_, std::optional< AttributeSet > attrs, Meta m=Meta()) |
|
| Parameter (ID id, hilti::Type type, parameter::Kind kind, std::optional< hilti::Expression > default_, bool is_type_param, std::optional< AttributeSet > attrs, Meta m=Meta()) |
|
auto | attributes () const |
|
auto | default_ () const |
|
auto | kind () const |
|
const auto & | type () const |
|
auto | isTypeParameter () const |
|
auto | isResolved (type::ResolvedState *rstate) const |
|
void | setDefault (const hilti::Expression &e) |
|
void | setIsTypeParameter () |
|
void | setType (const hilti::Type &t) |
|
bool | operator== (const Parameter &other) const |
|
bool | isConstant () const |
|
const ID & | id () const |
|
Linkage | linkage () 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 declaration of a function parameter.