Searched defs:parseError (Results 1 – 6 of 6) sorted by relevance
100 type parseError struct { struct101 ErrorList *scanner.ErrorList102 ErrorString string151 parseError string member
861 func (sf *sourceFile) parseError() string { func
479 type parseError struct{ text string } struct481 func (e *parseError) Error() string { return e.text }
685 type parseError struct{ text string } struct687 func (e *parseError) Error() string { return e.text }
69 UParseError parseError; variable
185 UParseError *parseError; variable