Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go250 type localScope struct { struct
251 namePrefix string
252 scope *basicScope
266 func (s *localScope) ReparentTo(pctx PackageContext) {
270 func (s *localScope) LookupVariable(name string) (Variable, error) {
274 func (s *localScope) IsRuleVisible(rule Rule) bool {
278 func (s *localScope) IsPoolVisible(pool Pool) bool {
282 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,
313 func (s *localScope) AddLocalRule(name string, params *RuleParams,