Cthulhu  0.2.10
Cthulhu compiler collection
decl.c File Reference
#include "ctu/sema/decl.h"
#include "arena/arena.h"
#include "core/macros.h"
#include "cthulhu/events/events.h"
#include "ctu/driver.h"
#include "ctu/sema/type.h"
#include "ctu/sema/expr.h"
#include "ctu/sema/decl/function.h"
#include "cthulhu/tree/query.h"
#include "cthulhu/util/util.h"
#include "cthulhu/util/types.h"
#include "memory/memory.h"
#include "std/map.h"
#include "std/vector.h"
#include "std/str.h"
#include "base/panic.h"
#include <stdio.h>
Include dependency graph for decl.c:

Go to the source code of this file.

Functions

ctu_forward_t ctu_forward_decl (tree_t *sema, ctu_t *decl)
 

Function Documentation

◆ ctu_forward_decl()

ctu_forward_t ctu_forward_decl ( tree_t sema,
ctu_t decl 
)

Definition at line 345 of file decl.c.