Lines Matching refs:Hdl_SyntaxError
273 SEMPARSE_CREATE_STATUS(PE_Function, afterStdOperator, Hdl_SyntaxError); in Setup_StatusFunctions()
274 SEMPARSE_CREATE_STATUS(PE_Function, afterStdOperatorLeftBracket, Hdl_SyntaxError); in Setup_StatusFunctions()
275 SEMPARSE_CREATE_STATUS(PE_Function, afterCastOperator, Hdl_SyntaxError); in Setup_StatusFunctions()
276 SEMPARSE_CREATE_STATUS(PE_Function, afterName, Hdl_SyntaxError); in Setup_StatusFunctions()
277 SEMPARSE_CREATE_STATUS(PE_Function, expectParameterSeparator, Hdl_SyntaxError); in Setup_StatusFunctions()
278 SEMPARSE_CREATE_STATUS(PE_Function, afterParameters, Hdl_SyntaxError); in Setup_StatusFunctions()
279 SEMPARSE_CREATE_STATUS(PE_Function, afterThrow, Hdl_SyntaxError); in Setup_StatusFunctions()
280 SEMPARSE_CREATE_STATUS(PE_Function, expectExceptionSeparator, Hdl_SyntaxError); in Setup_StatusFunctions()
281 SEMPARSE_CREATE_STATUS(PE_Function, afterExceptions, Hdl_SyntaxError); in Setup_StatusFunctions()
282 SEMPARSE_CREATE_STATUS(PE_Function, expectZero, Hdl_SyntaxError); in Setup_StatusFunctions()
340 PE_Function::Hdl_SyntaxError(const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Function
548 Hdl_SyntaxError(i_sText); in On_expectZero_Constant()