Home
last modified time | relevance | path

Searched refs:localVariable (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dscope.go279 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,
296 v := &localVariable{
351 type localVariable struct { struct
357 func (l *localVariable) packageContext() *packageContext { argument
361 func (l *localVariable) name() string { argument
365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string { argument
369 func (l *localVariable) value(interface{}) (ninjaString, error) { argument
373 func (l *localVariable) String() string { argument
Dcontext.go156 variables []*localVariable