Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go247 type localScope struct { struct
252 func newLocalScope(parent *basicScope, namePrefix string) *localScope {
253 return &localScope{
263 func (s *localScope) ReparentTo(pctx PackageContext) { argument
267 func (s *localScope) LookupVariable(name string) (Variable, error) { argument
271 func (s *localScope) IsRuleVisible(rule Rule) bool { argument
275 func (s *localScope) IsPoolVisible(pool Pool) bool { argument
279 func (s *localScope) AddLocalVariable(name, value string) (*localVariable, argument
310 func (s *localScope) AddLocalRule(name string, params *RuleParams, argument
Dsingleton_ctx.go66 scope *localScope
Dmodule_ctx.go233 scope *localScope