Searched refs:ThrowUnexpectedTokenError (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/storage/sniffer/
H A DParser.h284 void ThrowUnexpectedTokenError(TokenType expected, const Token *found);
285 void ThrowUnexpectedTokenError(TokenType expected1, TokenType expected2, const Token *found);
/haiku/src/kits/storage/sniffer/
H A DParser.cpp1098 ThrowUnexpectedTokenError(Integer, t);
1108 ThrowUnexpectedTokenError(Colon, Integer, t);
1228 ThrowUnexpectedTokenError(CharacterString, t);
1262 Parser::ThrowUnexpectedTokenError(TokenType expected, const Token *found) { function in class:Parser
1269 Parser::ThrowUnexpectedTokenError(TokenType expected1, TokenType expected2, const Token *found) { function in class:Parser

Completed in 73 milliseconds