Searched refs:parserError (Results 1 – 7 of 7) sorted by relevance
134 SkXMLParser::SkXMLParser(SkXMLParserError* parserError) : fParser(nullptr), fError(parserError) in SkXMLParser() argument
56 SkXMLParser(SkXMLParserError* parserError = nullptr);
293 void parserError(const char* s); // for bison's yyerror
143 #define yyerror(context, msg) context->parserError(msg)
216 void TParseContext::parserError(const char* s) in parserError() function in glslang::TParseContext
613 #define yyerror(context, msg) context->parserError(msg)