Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go247 type localScope struct { struct
248 namePrefix string
249 scope *basicScope
263 func (s *localScope) ReparentTo(pctx PackageContext) {
267 func (s *localScope) LookupVariable(name string) (Variable, error) {
271 func (s *localScope) IsRuleVisible(rule Rule) bool {
275 func (s *localScope) IsPoolVisible(pool Pool) bool {
279 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,
310 func (s *localScope) AddLocalRule(name string, params *RuleParams,