|
| void | format_module_prep (FormatterContext *ctx, Stmt *module) |
| |
| void | format_use_prep (FormatterContext *ctx, Stmt *use) |
| |
| void | format_function_definition (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_variable_declaration (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_field_definition (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_struct_definition (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_enum_definition (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_if_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_loop_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_switch_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_defer_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_break_continue_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_expr_stmt (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_return_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_block_statement (FormatterContext *ctx, Stmt *stmt) |
| |
| void | format_output_statement (FormatterContext *ctx, Stmt *stmt) |
| |