Searched refs:basicScope (Results 1 – 2 of 2) sorted by relevance
55 scope() *basicScope60 type basicScope struct { struct61 parent *basicScope argument65 imports map[string]*basicScope argument68 func newScope(parent *basicScope) *basicScope { argument69 return &basicScope{74 imports: make(map[string]*basicScope),78 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope { argument106 func (s *basicScope) LookupVariable(name string) (Variable, error) { argument150 func (s *basicScope) IsRuleVisible(rule Rule) bool { argument[all …]
73 getScope() *basicScope80 scope *basicScope86 func (p *packageContext) getScope() *basicScope {678 scope_ *basicScope721 ruleScope := (*basicScope)(nil) // This will get created lazily765 func (r *staticRule) scope() *basicScope {791 scope_ *basicScope835 ruleScope := (*basicScope)(nil) // This will get created lazily883 func (r *ruleFunc) scope() *basicScope {906 scope_ *basicScope[all …]