#include <namespace.h>
Inheritance diagram for Namespace_symbol:
Public Methods | |
Namespace_symbol () | |
Symbol::Kind | get_kind () const |
Namespace_scope * | get_scope () |
If this symbol names a scope, return that scope. More... |
|
Definition at line 12 of file namespace.cc. References Symbol::set_status(), and Symbol::st_Defined. |
|
Implements Symbol. Definition at line 21 of file namespace.cc. References Symbol::k_Namespace. |
|
If this symbol names a scope, return that scope. Otherwise, return 0 Reimplemented from Symbol. Definition at line 29 of file namespace.cc. |