Home
last modified time | relevance | path

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

/build/blueprint/
Dninja_strings_test.go161 impScope := newScope(nil)
163 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.go596 newScope := &Scope{
603 newScope.inheritedVars[k] = v
606 newScope.inheritedVars[k] = v
610 return newScope