5 #include <ctu_tree_api.h>
CT_TREE_API tree_attrib_t * tree_attrib_add(tree_attrib_t *root, const tree_t *schema, const vector_t *args)
struct tree_attrib_def_t tree_attrib_def_t
CT_TREE_API tree_t * tree_decl_attrib(const node_t *node, const char *name, vector_t *params)
#define IN_NOTNULL
annotate a parameter as not being null
a position in a source file
an application of an attribute
size_t id
unique id for this attribute
const tree_t * schema
the schema this attribute is applied to
const vector_t * args
the arguments this attribute was applied with vector_t<tree_t*> where each tree_t is an expression
tree_attrib_t * next
the next attribute in the list should be NULL if this is the last attribute
a generic vector of pointers