Searched defs:Scope_Rec (Results 1 – 1 of 1) sorted by relevance
67 struct Scope_Rec { struct68 Scope *next, *prev; // doubly-linked list of all scopes69 Scope *parent;70 Scope *funScope; // Points to base scope of enclosing function71 MemoryPool *pool; // pool used for allocation in this scope72 Symbol *symbols;74 int level; // 0 = super globals, 1 = globals, etc.77 SymbolList *programs; // List of programs for this compilation.