Searched refs:basicScope (Results 1 – 2 of 2) sorted by relevance
52 scope() *basicScope57 type basicScope struct { struct58 parent *basicScope argument62 imports map[string]*basicScope argument65 func newScope(parent *basicScope) *basicScope { argument66 return &basicScope{71 imports: make(map[string]*basicScope),75 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope { argument103 func (s *basicScope) LookupVariable(name string) (Variable, error) { argument147 func (s *basicScope) IsRuleVisible(rule Rule) bool { argument[all …]
73 getScope() *basicScope80 scope *basicScope86 func (p *packageContext) getScope() *basicScope {618 scope_ *basicScope660 ruleScope := (*basicScope)(nil) // This will get created lazily697 func (r *staticRule) scope() *basicScope {723 scope_ *basicScope766 ruleScope := (*basicScope)(nil) // This will get created lazily807 func (r *ruleFunc) scope() *basicScope {830 scope_ *basicScope[all …]