Home
last modified time | relevance | path

Searched defs:parseContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dmk2rbc.go453 type parseContext struct { struct
454 script *StarlarkScript
455 nodes []mkparser.Node // Makefile as parsed by mkparser
456 currentNodeIndex int // Node in it we are processing
457 ifNestLevel int
458 moduleNameCount map[string]int // count of imported modules with given basename
459 fatalError error
460 outputSuffix string
461 errorLogger ErrorLogger
462 tracedVariables map[string]bool // variables to be traced in the generated script
[all …]