FreeBASIC  0.91.0
parser-identifier.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
Include dependency graph for parser-identifier.bas:

Go to the source code of this file.

Macros

#define hCheckDecl   _
 

Functions

private sub hSkipSymbol ()
 
private function_as_FBSYMCHAIN_ptr hGlobalId (byval_as_FB_IDOPT options=FB_IDOPT_SHOWERROR)
 
_ _ _ _ options _ private
function_as_integer 
hIsStructAllowed (byval_as_FBSYMBOL_ptr sym, byval_as_FB_IDOPT options)
 
function_as_FBSYMCHAIN_ptr cIdentifier (byref_as_FBSYMBOL_ptr base_parent, byval_as_FB_IDOPT options)
 
function_as_FBSYMBOL_ptr cParentId (byval_as_FB_IDOPT options)
 
sub cCurrentParentId ()
 

Variables

_ base_parent
 
_ _ parent
 
_ _ _ chain_
 

Macro Definition Documentation

#define hCheckDecl   _

Definition at line 80 of file parser-identifier.bas.

Function Documentation

sub cCurrentParentId ( )

Definition at line 472 of file parser-identifier.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMCHAIN_ptr cIdentifier ( byref_as_FBSYMBOL_ptr  base_parent,
byval_as_FB_IDOPT  options 
)

Definition at line 153 of file parser-identifier.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_FBSYMBOL_ptr cParentId ( byval_as_FB_IDOPT  options)

Definition at line 346 of file parser-identifier.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_FBSYMCHAIN_ptr hGlobalId ( byval_as_FB_IDOPT  options = FB_IDOPT_SHOWERROR)

Definition at line 33 of file parser-identifier.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

_ _ _ _ options _ private function_as_integer hIsStructAllowed ( byval_as_FBSYMBOL_ptr  sym,
byval_as_FB_IDOPT  options 
)

Definition at line 123 of file parser-identifier.bas.

Here is the caller graph for this function:

private sub hSkipSymbol ( )

Definition at line 11 of file parser-identifier.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

_ base_parent

Definition at line 82 of file parser-identifier.bas.

_ _ _ chain_

Definition at line 82 of file parser-identifier.bas.

_ _ parent

Definition at line 82 of file parser-identifier.bas.