Lines Matching refs:VariableProxy
28 class VariableProxy; variable
127 VariableProxy* top_unresolved_; in NON_EXPORTED_BASE()
211 VariableProxy* NewUnresolved(AstNodeFactory* factory, in NON_EXPORTED_BASE()
220 VariableProxy* proxy = factory->NewVariableProxy(name, kind, start_pos); in NON_EXPORTED_BASE()
226 void AddUnresolved(VariableProxy* proxy); in NON_EXPORTED_BASE()
234 bool RemoveUnresolved(VariableProxy* var); in NON_EXPORTED_BASE()
528 VariableProxy* unresolved_; in NON_EXPORTED_BASE()
590 Variable* LookupRecursive(ParseInfo* info, VariableProxy* proxy, in NON_EXPORTED_BASE()
592 void ResolveTo(ParseInfo* info, VariableProxy* proxy, Variable* var); in NON_EXPORTED_BASE()
594 VariableProxy* proxy); in NON_EXPORTED_BASE()
600 VariableProxy* FetchFreeVariables(DeclarationScope* max_outer_scope, in NON_EXPORTED_BASE()
602 VariableProxy* stack = nullptr); in NON_EXPORTED_BASE()