ReactOS 0.4.15-dev-7924-g5949c20
_variable_declaration_t Struct Reference

#include <parser.h>

Collaboration diagram for _variable_declaration_t:

Public Attributes

const WCHARidentifier
 
expression_texpr
 
struct _variable_declaration_tnext
 
struct _variable_declaration_tglobal_next
 

Detailed Description

Definition at line 96 of file parser.h.

Member Data Documentation

◆ expr

expression_t* _variable_declaration_t::expr

Definition at line 98 of file parser.h.

Referenced by compile_variable_list(), and visit_variable_list().

◆ global_next

struct _variable_declaration_t* _variable_declaration_t::global_next

Definition at line 101 of file parser.h.

◆ identifier

const WCHAR* _variable_declaration_t::identifier

Definition at line 97 of file parser.h.

Referenced by compile_variable_list(), and visit_variable_list().

◆ next

struct _variable_declaration_t* _variable_declaration_t::next

Definition at line 100 of file parser.h.

Referenced by compile_variable_list(), and visit_variable_list().


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