Home
last modified time | relevance | path

Searched refs:Hdl_SyntaxError (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/autodoc/source/parser/cpp/
H A Dpe_funct.cxx273 SEMPARSE_CREATE_STATUS(PE_Function, afterStdOperator, 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
[all …]
H A Dpe_namsp.cxx68 SEMPARSE_CREATE_STATUS(PE_Namespace, start, Hdl_SyntaxError); in Setup_StatusFunctions()
69 SEMPARSE_CREATE_STATUS(PE_Namespace, gotName, Hdl_SyntaxError); in Setup_StatusFunctions()
70 SEMPARSE_CREATE_STATUS(PE_Namespace, expectSemicolon, Hdl_SyntaxError); in Setup_StatusFunctions()
101 PE_Namespace::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Namespace
143 Hdl_SyntaxError(0); in On_gotName_Assign()
H A Dpe_param.cxx126 SEMPARSE_CREATE_STATUS(PE_Parameter, start, Hdl_SyntaxError); in Setup_StatusFunctions()
127 SEMPARSE_CREATE_STATUS(PE_Parameter, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
128 SEMPARSE_CREATE_STATUS(PE_Parameter, afterName, Hdl_SyntaxError); in Setup_StatusFunctions()
129 SEMPARSE_CREATE_STATUS(PE_Parameter, finished, Hdl_SyntaxError); in Setup_StatusFunctions()
147 PE_Parameter::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Parameter
H A Dpe_tydef.cxx74 SEMPARSE_CREATE_STATUS(PE_Typedef, start, Hdl_SyntaxError); in Setup_StatusFunctions()
75 SEMPARSE_CREATE_STATUS(PE_Typedef, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
76 SEMPARSE_CREATE_STATUS(PE_Typedef, afterName, Hdl_SyntaxError); in Setup_StatusFunctions()
100 PE_Typedef::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Typedef
H A Dpe_enval.cxx79 SEMPARSE_CREATE_STATUS(PE_EnumValue, start, Hdl_SyntaxError); in Setup_StatusFunctions()
80 SEMPARSE_CREATE_STATUS(PE_EnumValue, afterName, Hdl_SyntaxError); in Setup_StatusFunctions()
81 SEMPARSE_CREATE_STATUS(PE_EnumValue, expectFinish, Hdl_SyntaxError); in Setup_StatusFunctions()
105 PE_EnumValue::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_EnumValue
H A Dpe_tpltp.cxx78 SEMPARSE_CREATE_STATUS(PE_TemplateTop, start, Hdl_SyntaxError); in Setup_StatusFunctions()
80 SEMPARSE_CREATE_STATUS(PE_TemplateTop, expect_name, Hdl_SyntaxError); in Setup_StatusFunctions()
81 SEMPARSE_CREATE_STATUS(PE_TemplateTop, expect_separator, Hdl_SyntaxError); in Setup_StatusFunctions()
99 PE_TemplateTop::Hdl_SyntaxError(const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_TemplateTop
H A Dpe_vari.cxx85 SEMPARSE_CREATE_STATUS(PE_Variable, afterName, Hdl_SyntaxError); in Setup_StatusFunctions()
86 SEMPARSE_CREATE_STATUS(PE_Variable, afterSize, Hdl_SyntaxError); in Setup_StatusFunctions()
87 SEMPARSE_CREATE_STATUS(PE_Variable, expectFinish, Hdl_SyntaxError); in Setup_StatusFunctions()
106 PE_Variable::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Variable
H A Dpe_defs.cxx84 SEMPARSE_CREATE_STATUS(PE_Defines, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
85 SEMPARSE_CREATE_STATUS(PE_Defines, gotDefineName, Hdl_SyntaxError); in Setup_StatusFunctions()
86 SEMPARSE_CREATE_STATUS(PE_Defines, expectMacroParameters, Hdl_SyntaxError); in Setup_StatusFunctions()
124 PE_Defines::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Defines
H A Dpe_class.cxx202 SEMPARSE_CREATE_STATUS(PE_Class, start, Hdl_SyntaxError); in Setup_StatusFunctions()
203 SEMPARSE_CREATE_STATUS(PE_Class, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
205 SEMPARSE_CREATE_STATUS(PE_Class, bodyStd, Hdl_SyntaxError); in Setup_StatusFunctions()
206 SEMPARSE_CREATE_STATUS(PE_Class, inProtection, Hdl_SyntaxError); in Setup_StatusFunctions()
238 PE_Class::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Class
H A Dpe_type.cxx211 SEMPARSE_CREATE_STATUS(PE_Type, start, Hdl_SyntaxError); in Setup_StatusFunctions()
214 SEMPARSE_CREATE_STATUS(PE_Type, afterclass_expect_semicolon, Hdl_SyntaxError); in Setup_StatusFunctions()
255 PE_Type::Hdl_SyntaxError( const char * i_sText ) in Hdl_SyntaxError() function in cpp::PE_Type
506 Hdl_SyntaxError(i_sText); in On_within_template_Constant()
H A Dpe_enum.cxx85 SEMPARSE_CREATE_STATUS(PE_Enum, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
87 SEMPARSE_CREATE_STATUS(PE_Enum, bodyStd, Hdl_SyntaxError); in Setup_StatusFunctions()
107 PE_Enum::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Enum
H A Dpe_base.cxx94 SEMPARSE_CREATE_STATUS(PE_Base, startOfNext, Hdl_SyntaxError); in Setup_StatusFunctions()
95 SEMPARSE_CREATE_STATUS(PE_Base, inName, Hdl_SyntaxError); in Setup_StatusFunctions()
99 PE_Base::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_Base
H A Dpe_file.cxx159 SEMPARSE_CREATE_STATUS(PE_File, std, Hdl_SyntaxError); in Setup_StatusFunctions()
177 PE_File::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError() function in cpp::PE_File
H A Dpe_defs.hxx66 void Hdl_SyntaxError( const char *);
H A Dpe_tpltp.hxx66 void Hdl_SyntaxError(const char *);
H A Dpe_namsp.hxx74 void Hdl_SyntaxError( const char *);
H A Dpe_enval.hxx67 void Hdl_SyntaxError(const char *);
H A Dpe_tydef.hxx64 void Hdl_SyntaxError( const char *);
H A Dpe_base.hxx72 void Hdl_SyntaxError( const char *);
H A Dpe_enum.hxx82 void Hdl_SyntaxError( const char *);
H A Dpe_vari.hxx77 void Hdl_SyntaxError(const char *);
H A Dpe_param.hxx78 void Hdl_SyntaxError( const char *);
H A Dpe_type.hxx94 void Hdl_SyntaxError( const char *);
H A Dpe_file.hxx96 void Hdl_SyntaxError( const char *);
H A Dpe_class.hxx121 void Hdl_SyntaxError( const char *);

Completed in 106 milliseconds

12