Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dmk2rbc.go198 NewError(el ErrorLocation, node mkparser.Node, text string, args ...interface{})
201 type ErrorLocation struct { struct
202 MkFile string
203 MkLine int
206 func (el ErrorLocation) String() string {