/aoo41x/main/autodoc/source/parser/cpp/ |
H A D | pe_funct.cxx | 273 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 D | pe_namsp.cxx | 68 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 D | pe_param.cxx | 126 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 D | pe_tydef.cxx | 74 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 D | pe_enval.cxx | 79 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 D | pe_tpltp.cxx | 78 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 D | pe_vari.cxx | 85 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 D | pe_defs.cxx | 84 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 D | pe_class.cxx | 202 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 D | pe_enum.cxx | 85 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 D | pe_type.cxx | 211 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 D | pe_base.cxx | 94 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 D | pe_file.cxx | 159 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 D | pe_defs.hxx | 66 void Hdl_SyntaxError( const char *);
|
H A D | pe_tpltp.hxx | 66 void Hdl_SyntaxError(const char *);
|
H A D | pe_namsp.hxx | 74 void Hdl_SyntaxError( const char *);
|
H A D | pe_enval.hxx | 67 void Hdl_SyntaxError(const char *);
|
H A D | pe_tydef.hxx | 64 void Hdl_SyntaxError( const char *);
|
H A D | pe_base.hxx | 72 void Hdl_SyntaxError( const char *);
|
H A D | pe_enum.hxx | 82 void Hdl_SyntaxError( const char *);
|
H A D | pe_vari.hxx | 77 void Hdl_SyntaxError(const char *);
|
H A D | pe_param.hxx | 78 void Hdl_SyntaxError( const char *);
|
H A D | pe_type.hxx | 94 void Hdl_SyntaxError( const char *);
|
H A D | pe_file.hxx | 96 void Hdl_SyntaxError( const char *);
|
H A D | pe_class.hxx | 121 void Hdl_SyntaxError( const char *);
|