This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
#include <Scope.h>
Classes | |
class | Entry |
Public Member Functions | |
Scope () | |
~Scope () | |
ScopeKind | getKind () const |
unsigned | getLevel () const |
unsigned | numEntries () const |
void | push (ScopeKind kind=BASIC_SCOPE) |
void | pop () |
Decl * | addDirectDecl (Decl *decl) |
void | addDirectDeclNoConflicts (Decl *decl) |
bool | addImport (DomainType *type) |
Resolver & | getResolver () |
Returns a cleared (empty) Resolver object to be used for lookups. | |
void | dump () const |
Definition at line 33 of file Scope.h.
bool Scope::addImport | ( | DomainType * | type | ) |
Resolver& comma::Scope::getResolver | ( | ) | [inline] |