Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go168 NewError(el ErrorLocation, node mkparser.Node, text string, args ...interface{})
171 type ErrorLocation struct { struct
172 MkFile string
173 MkLine int
176 func (el ErrorLocation) String() string {