Searched defs:VariableScope (Results 1 – 7 of 7) sorted by relevance
30 class VariableScope; variable
35 class VariableScope; variable
384 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} in VariableScope() function
36 class VariableScope; variable
43 class VariableScope; variable
457 explicit VariableScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent), in VariableScope() function
301 export abstract class VariableScope extends Scope { class