Searched refs:localVariable (Results 1 – 2 of 2) sorted by relevance
282 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,299 v := &localVariable{354 type localVariable struct { struct360 func (l *localVariable) packageContext() *packageContext { argument364 func (l *localVariable) name() string { argument368 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string { argument372 func (l *localVariable) memoizeFullName(pkgNames map[*packageContext]string) { argument376 func (l *localVariable) value(interface{}) (ninjaString, error) { argument380 func (l *localVariable) String() string { argument
172 variables []*localVariable