Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go439 type parseContext struct { struct
440 script *StarlarkScript
441 nodes []mkparser.Node // Makefile as parsed by mkparser
442 currentNodeIndex int // Node in it we are processing
443 ifNestLevel int
444 moduleNameCount map[string]int // count of imported modules with given basename
445 fatalError error
446 outputSuffix string
447 errorLogger ErrorLogger
448 tracedVariables map[string]bool // variables to be traced in the generated script
[all …]