Home
last modified time | relevance | path

Searched refs:c_ast_kind_t (Results 1 – 9 of 9) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_ast.h379 c_ast_kind_t kind; ///< AST kind.
481 bool c_ast_is_kind_any( c_ast_t const *ast, c_ast_kind_t kinds ) { in c_ast_is_kind_any()
553 c_ast_t* c_ast_new( c_ast_kind_t kind, c_ast_depth_t depth,
594 bool c_ast_parent_is_kind( c_ast_t const *ast, c_ast_kind_t kind ) { in c_ast_parent_is_kind()
H A Dc_ast_util.h90 c_ast_kind_t kinds );
138 bool c_ast_is_ptr_to_kind( c_ast_t const *ast, c_ast_kind_t kind );
H A Dc_kind.c45 char const* c_kind_name( c_ast_kind_t kind ) { in c_kind_name()
H A Dc_kind.h251 char const* c_kind_name( c_ast_kind_t kind );
H A Dc_ast_util.c467 c_ast_kind_t const kinds = REINTERPRET_CAST( c_ast_kind_t, v_data ); in c_ast_vistor_kind_any()
524 c_ast_kind_t kinds ) { in c_ast_find_kind_any()
555 bool c_ast_is_ptr_to_kind( c_ast_t const *ast, c_ast_kind_t kind ) { in c_ast_is_ptr_to_kind()
H A Dtypes.h96 typedef enum c_ast_kind c_ast_kind_t; typedef
H A Dc_ast.c304 c_ast_t* c_ast_new( c_ast_kind_t kind, c_ast_depth_t depth, in c_ast_new()
H A Dparser.y535 static inline c_ast_t* c_ast_new_gc( c_ast_kind_t kind, c_loc_t const *loc ) { in c_ast_new_gc()
/dports/devel/cdecl/cdecl-cdecl-11.9/
H A DChangeLog607 s/c_kind_id_t/c_ast_kind_t/; s/kind_id/kind/