ReactOS 0.4.17-dev-414-ge848ce1
_function_decl_t Struct Reference

#include <parse.h>

Collaboration diagram for _function_decl_t:

Public Attributes

const WCHARname
 
function_type_t type
 
BOOL is_public
 
BOOL is_default
 
arg_decl_targs
 
statement_tbody
 
struct _function_decl_tnext
 
struct _function_decl_tnext_prop_func
 

Detailed Description

Definition at line 195 of file parse.h.

Member Data Documentation

◆ args

arg_decl_t* _function_decl_t::args

Definition at line 200 of file parse.h.

Referenced by create_function().

◆ body

statement_t* _function_decl_t::body

Definition at line 201 of file parse.h.

Referenced by create_function().

◆ is_default

BOOL _function_decl_t::is_default

Definition at line 199 of file parse.h.

Referenced by compile_class().

◆ is_public

BOOL _function_decl_t::is_public

Definition at line 198 of file parse.h.

Referenced by create_class_funcprop(), and create_function().

◆ name

const WCHAR* _function_decl_t::name

Definition at line 196 of file parse.h.

Referenced by compile_class(), create_class_funcprop(), and create_function().

◆ next

struct _function_decl_t* _function_decl_t::next

Definition at line 202 of file parse.h.

Referenced by compile_class(), and compile_script().

◆ next_prop_func

struct _function_decl_t* _function_decl_t::next_prop_func

Definition at line 203 of file parse.h.

Referenced by compile_class(), and create_class_funcprop().

◆ type

function_type_t _function_decl_t::type

Definition at line 197 of file parse.h.

Referenced by compile_class(), create_class_funcprop(), and create_function().


The documentation for this struct was generated from the following file: