ReactOS 0.4.17-dev-357-ga8f14ff
parser_ctx_t Struct Reference

#include <parse.h>

Collaboration diagram for parser_ctx_t:

Public Attributes

const WCHARcode
 
const WCHARptr
 
const WCHARend
 
BOOL option_explicit
 
BOOL is_html
 
HRESULT hres
 
int error_loc
 
LCID lcid
 
int last_token
 
unsigned last_nl
 
statement_tstats
 
statement_tstats_tail
 
class_decl_tclass_decls
 
heap_pool_t heap
 

Detailed Description

Definition at line 294 of file parse.h.

Member Data Documentation

◆ class_decls

class_decl_t* parser_ctx_t::class_decls

Definition at line 310 of file parse.h.

◆ code

const WCHAR* parser_ctx_t::code

Definition at line 295 of file parse.h.

◆ end

const WCHAR* parser_ctx_t::end

Definition at line 297 of file parse.h.

◆ error_loc

int parser_ctx_t::error_loc

Definition at line 302 of file parse.h.

◆ heap

heap_pool_t parser_ctx_t::heap

Definition at line 312 of file parse.h.

◆ hres

HRESULT parser_ctx_t::hres

Definition at line 301 of file parse.h.

◆ is_html

BOOL parser_ctx_t::is_html

Definition at line 300 of file parse.h.

◆ last_nl

unsigned parser_ctx_t::last_nl

Definition at line 306 of file parse.h.

◆ last_token

int parser_ctx_t::last_token

Definition at line 305 of file parse.h.

◆ lcid

LCID parser_ctx_t::lcid

Definition at line 303 of file parse.h.

◆ option_explicit

BOOL parser_ctx_t::option_explicit

Definition at line 299 of file parse.h.

◆ ptr

const WCHAR* parser_ctx_t::ptr

Definition at line 296 of file parse.h.

◆ stats

statement_t* parser_ctx_t::stats

Definition at line 308 of file parse.h.

◆ stats_tail

statement_t* parser_ctx_t::stats_tail

Definition at line 309 of file parse.h.


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