Home
last modified time | relevance | path

Searched defs:basicScope (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dscope.go57 type basicScope struct { struct
58 parent *basicScope
59 variables map[string]Variable
60 pools map[string]Pool
61 rules map[string]Rule
62 imports map[string]*basicScope
65 func newScope(parent *basicScope) *basicScope {
75 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope {
103 func (s *basicScope) LookupVariable(name string) (Variable, error) {
147 func (s *basicScope) IsRuleVisible(rule Rule) bool {
[all …]