|
My Project
|
: helper structure to get an AST More...
Go to the source code of this file.
Data Structures | |
| struct | Comment |
| struct | AstGetter_ |
Typedefs | |
| typedef struct Comment | Comment |
| typedef struct AstGetter_ | AstGetter |
Enumerations | |
| enum | comment_t { comment_normal , comment_after , comment_before } |
Functions | |
| ANN Ast | parse_pos (struct AstGetter_ *const, const pos_t) |
| static ANN Ast | parse (struct AstGetter_ *const arg) |
: helper structure to get an AST
Definition in file ast_getter.h.
| typedef struct AstGetter_ AstGetter |
| typedef struct Comment Comment |
| enum comment_t |
| Enumerator | |
|---|---|
| comment_normal | |
| comment_after | |
| comment_before | |
Definition at line 7 of file ast_getter.h.
|
inlinestatic |
Definition at line 33 of file ast_getter.h.
| ANN Ast parse_pos | ( | struct AstGetter_ * const | arg, |
| const pos_t | pos ) |