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

Go to the source code of this file.

Functions

function_as_ASTNODE_ptr hBaseMemberAccess ()
 
function_as_ASTNODE_ptr cEqInParensOnlyExpr ()
 
function_as_ASTNODE_ptr cGtInParensOnlyExpr ()
 
function_as_ASTNODE_ptr cParentExpression ()
 
private function_as_ASTNODE_ptr hFindId_QB (byval_as_FBSYMBOL_ptr base_parent, byval_as_FBSYMCHAIN_ptr chain_)
 
private function_as_ASTNODE_ptr hFindId (byval_as_FBSYMBOL_ptr base_parent, byval_as_FBSYMCHAIN_ptr chain_, byval_as_FB_PARSEROPT options=0)
 
private function_as_ASTNODE_ptr hCheckId (byval_as_FBSYMBOL_ptr base_parent, byval_as_FBSYMCHAIN_ptr chain_)
 
function_as_ASTNODE_ptr cAtom (byval_as_FBSYMBOL_ptr base_parent, byval_as_FBSYMCHAIN_ptr chain_)
 

Function Documentation

function_as_ASTNODE_ptr cAtom ( byval_as_FBSYMBOL_ptr  base_parent,
byval_as_FBSYMCHAIN_ptr  chain_ 
)

Definition at line 427 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cEqInParensOnlyExpr ( )

Definition at line 19 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cGtInParensOnlyExpr ( )

Definition at line 38 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cParentExpression ( )

Definition at line 59 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_integer hBaseMemberAccess ( )

Definition at line 332 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hCheckId ( byval_as_FBSYMBOL_ptr  base_parent,
byval_as_FBSYMCHAIN_ptr  chain_ 
)

Definition at line 386 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFindId ( byval_as_FBSYMBOL_ptr  base_parent,
byval_as_FBSYMCHAIN_ptr  chain_,
byval_as_FB_PARSEROPT  options = 0 
)

Definition at line 264 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFindId_QB ( byval_as_FBSYMBOL_ptr  base_parent,
byval_as_FBSYMCHAIN_ptr  chain_ 
)

Definition at line 123 of file parser-expr-atom.bas.

Here is the call graph for this function:

Here is the caller graph for this function: