Searched defs:localVariable (Results 1 – 2 of 2) sorted by relevance
189 type localVariable struct { struct190 baseVariable193 func (lv localVariable) String() string {197 func (lv localVariable) emitSet(gctx *generationContext, asgn *assignmentNode) {213 func (lv localVariable) emitGet(gctx *generationContext) {
351 type localVariable struct { struct352 fullName_ string353 name_ string354 value_ *ninjaString357 func (l *localVariable) packageContext() *packageContext {361 func (l *localVariable) name() string {365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string {369 func (l *localVariable) value(VariableFuncContext, interface{}) (*ninjaString, error) {373 func (l *localVariable) String() string {