Home
last modified time | relevance | path

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

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