Cthulhu  0.2.10
Cthulhu compiler collection
decl.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #pragma once
4 
5 #include "ctu/sema/sema.h"
6 
7 typedef struct ctu_forward_t {
11 
ctu_forward_t ctu_forward_decl(tree_t *sema, ctu_t *decl)
Definition: decl.c:345
ctu_tag_t
Definition: sema.h:14
ctu_tag_t tag
Definition: decl.h:8
tree_t * decl
Definition: decl.h:9
Definition: ast.h:86
Definition: tree.h:67