Searched refs:ParseError (Results 1 – 4 of 4) sorted by relevance
46 } catch (const ParseError& error) { in Parse()93 } catch (const ParseError& error) { in ParseVersion()118 } catch (const ParseError& error) { in ParseResolvable()143 } catch (const ParseError& error) { in ParseResolvableExpression()250 throw ParseError("unterminated quoted-string", in _NextToken()283 throw ParseError("'\\' at end of string", in _NextToken()306 throw ParseError(error.String(), fPos); in _NextToken()322 throw ParseError("expected string", string.pos); in _ParseStringValue()350 throw ParseError(error, arch.pos); in _ParseArchitectureValue()368 throw ParseError("expected string (a version)", word.pos); in _ParseVersionValue()[all …]
40 struct ParseError;121 struct BPackageInfo::Parser::ParseError { struct125 ParseError(const BString& _message, const char* _pos) in ParseError() argument
17 enum ParseError { enum35 ParseError Parse(const char* commandLine,
17 ParseError Parse(const char* commandLine, const char*& _errorLocation) in Parse()161 ArgumentVector::ParseError166 ParseError error; in Parse()