Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go476 type parseContext struct { struct
477 script *StarlarkScript
478 nodes []mkparser.Node // Makefile as parsed by mkparser
479 currentNodeIndex int // Node in it we are processing
480 ifNestLevel int
481 moduleNameCount map[string]int // count of imported modules with given basename
482 fatalError error
483 outputSuffix string
484 errorLogger ErrorLogger
485 tracedVariables map[string]bool // variables to be traced in the generated script
[all …]