Searched defs:GetLocal (Results 1 – 5 of 5) sorted by relevance
77 virtual void* GetLocal() const { return local_; } in GetLocal() function
63 void* GetLocal() const override { return wrapped_var_.GetLocal(); } in GetLocal() function
62 func (x *UsingPublicImport) GetLocal() *Local { func
112 func (x *Public) GetLocal() *Local { func
858 func (s *Scope) GetLocal(name string) *Assignment { func