Searched defs:scope_stack (Results 1 – 2 of 2) sorted by relevance
29 typedef struct scope_stack { struct37 struct scope_stack *parent, *child; argument
285 ScopeState(ScopeState** scope_stack, Scope* scope) in ScopeState() function299 BlockState(ScopeState** scope_stack, Scope* scope) in BlockState()306 explicit BlockState(Zone* zone, ScopeState** scope_stack) in BlockState()1455 FunctionState** function_state_stack, ScopeState** scope_stack, in FunctionState()