Searched refs:_EatToken (Results 1 – 5 of 5) sorted by relevance
485 const Token& _EatToken(int32 type);783 const Token& token = _EatToken(TOKEN_IDENTIFIER); in _ParseCommand()846 _EatToken(TOKEN_CLOSING_PARENTHESIS); in _ParseArgument()858 _EatToken(TOKEN_CLOSING_BRACKET); in _ParseArgument()1057 _EatToken(TOKEN_CLOSING_BRACE); in _ParseDereference()1120 _EatToken(TOKEN_CLOSING_PARENTHESIS); in _ParseAtom()1128 _EatToken(TOKEN_OPENING_BRACKET); in _ParseAtom()1135 _EatToken(TOKEN_CLOSING_BRACKET); in _ParseAtom()1142 ExpressionParser::_EatToken(int32 type) in _EatToken() function in ExpressionParser
592 _EatToken(TOKEN_OPENING_BRACKET); in _InitArguments()597 _EatToken(TOKEN_CLOSING_BRACKET); in _InitArguments()735 _EatToken(TOKEN_OPENING_BRACKET); in _ParseAtom()739 _EatToken(TOKEN_CLOSING_BRACKET); in _ParseAtom()750 _EatToken(TOKEN_FACTORIAL); in _ParseFactorial()793 ExpressionParser::_EatToken(int32 type) in _EatToken() function in ExpressionParser
69 void _EatToken(int32 type);
1752 _EatToken(TOKEN_OPENING_PAREN); in _ParseAtom()1756 _EatToken(TOKEN_CLOSING_PAREN); in _ParseAtom()1799 CLanguageExpressionEvaluator::_EatToken(int32 type) in _EatToken() function in CLanguageExpressionEvaluator1871 _EatToken(TOKEN_CLOSING_SQUARE_BRACKET); in _ParseType()
71 void _EatToken(int32 type);