Home
last modified time | relevance | path

Searched refs:newScope (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/
Dninja_strings_test.go145 impScope := newScope(nil)
147 scope := newScope(nil)
Dscope.go65 func newScope(parent *basicScope) *basicScope { func
76 scope := newScope(parent)
255 scope: newScope(parent),
Dpackage_ctx.go116 scope: newScope(nil),
/build/blueprint/parser/
Dparser.go598 newScope := &Scope{
605 newScope.inheritedVars[k] = v
608 newScope.inheritedVars[k] = v
612 return newScope