Home
last modified time | relevance | path

Searched defs:Scope_Rec (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dsymbols.h67 struct Scope_Rec { struct
68 Scope *next, *prev; // doubly-linked list of all scopes
69 Scope *parent;
70 Scope *funScope; // Points to base scope of enclosing function
71 MemoryPool *pool; // pool used for allocation in this scope
72 Symbol *symbols;
74 int level; // 0 = super globals, 1 = globals, etc.
77 SymbolList *programs; // List of programs for this compilation.