Home
last modified time | relevance | path

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

/aosp12/build/blueprint/
H A Dcontext.go705 type fileParseContext struct { struct
707 fileName string
710 Scope *parser.Scope
713 parent *fileParseContext
716 doneVisiting chan struct{}
1033 parent *fileParseContext) (file *parser.File,
1091 …scope *parser.Scope, parent *fileParseContext) (file *parser.File, subBlueprints []fileParseContex…