C-Breeze
C Compiler Infrastructure

[ Project home page]
Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

SCOPE_WALKER_H_SCOPE_PRED

Scope predicates. More...

Functions

bool in_su () const
bool in_enum () const
bool in_formals () const

Detailed Description

Scope predicates.


Function Documentation

bool scope_walker::in_enum   const [inline, inherited]
 

Definition at line 91 of file scope_walker.h.

Referenced by id_lookup_walker::at_decl().

bool scope_walker::in_formals   const [inline, inherited]
 

Definition at line 92 of file scope_walker.h.

Referenced by name_mangle_walker::at_decl(), and id_lookup_walker::at_decl().

bool scope_walker::in_su   const [inline, inherited]
 

Definition at line 90 of file scope_walker.h.

Referenced by name_mangle_walker::at_decl(), and id_lookup_walker::at_decl().


Generated on August 27, 2003
Back to the C-Breeze home page