Searched refs:localScope (Results 1 – 3 of 3) sorted by relevance
247 type localScope struct { struct252 func newLocalScope(parent *basicScope, namePrefix string) *localScope {253 return &localScope{263 func (s *localScope) ReparentTo(pctx PackageContext) { argument267 func (s *localScope) LookupVariable(name string) (Variable, error) { argument271 func (s *localScope) IsRuleVisible(rule Rule) bool { argument275 func (s *localScope) IsPoolVisible(pool Pool) bool { argument279 func (s *localScope) AddLocalVariable(name, value string) (*localVariable, argument310 func (s *localScope) AddLocalRule(name string, params *RuleParams, argument
66 scope *localScope
233 scope *localScope