Home
last modified time | relevance | path

Searched refs:SEMPARSE_CREATE_STATUS (Results 1 – 16 of 16) sorted by relevance

/aoo41x/main/autodoc/source/parser/cpp/
H A Dpe_funct.cxx273 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()
[all …]
H A Dpe_vafu.cxx202 SEMPARSE_CREATE_STATUS(PE_VarFunc, start, Hdl_UnknownToken); in Setup_StatusFunctions()
203 SEMPARSE_CREATE_STATUS(PE_VarFunc, expectCtor, Hdl_UnknownToken); in Setup_StatusFunctions()
204 SEMPARSE_CREATE_STATUS(PE_VarFunc, afterClassDecl, Hdl_UnknownToken); in Setup_StatusFunctions()
205 SEMPARSE_CREATE_STATUS(PE_VarFunc, expectName, Hdl_UnknownToken); in Setup_StatusFunctions()
206 SEMPARSE_CREATE_STATUS(PE_VarFunc, afterName, Hdl_UnknownToken); in Setup_StatusFunctions()
207SEMPARSE_CREATE_STATUS(PE_VarFunc, afterName_inErraneousTemplate, On_afterName_inErraneousTemplate… in Setup_StatusFunctions()
208 SEMPARSE_CREATE_STATUS(PE_VarFunc, finished, On_finished_Default); in Setup_StatusFunctions()
209SEMPARSE_CREATE_STATUS(PE_VarFunc, finishedIncludingFunctionImplementation, On_finishedIncludingFu… in Setup_StatusFunctions()
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()
204 SEMPARSE_CREATE_STATUS(PE_Class, gotName, On_gotName_Return2Type); 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()
207 SEMPARSE_CREATE_STATUS(PE_Class, afterDecl, On_afterDecl_Return2Type); in Setup_StatusFunctions()
H A Dpe_type.cxx211 SEMPARSE_CREATE_STATUS(PE_Type, start, Hdl_SyntaxError); in Setup_StatusFunctions()
212 SEMPARSE_CREATE_STATUS(PE_Type, expect_namesegment, On_EndOfType); in Setup_StatusFunctions()
213 SEMPARSE_CREATE_STATUS(PE_Type, after_namesegment, On_EndOfType); in Setup_StatusFunctions()
214 SEMPARSE_CREATE_STATUS(PE_Type, afterclass_expect_semicolon, Hdl_SyntaxError); in Setup_StatusFunctions()
215 SEMPARSE_CREATE_STATUS(PE_Type, within_template, On_within_template_TypeStart); in Setup_StatusFunctions()
216 SEMPARSE_CREATE_STATUS(PE_Type, within_indirection, On_EndOfType); in Setup_StatusFunctions()
H A Dpe_tpltp.cxx78 SEMPARSE_CREATE_STATUS(PE_TemplateTop, start, Hdl_SyntaxError); in Setup_StatusFunctions()
79 SEMPARSE_CREATE_STATUS(PE_TemplateTop, expect_qualifier, On_expect_qualifier_Other); 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()
H A Dpe_enum.cxx85 SEMPARSE_CREATE_STATUS(PE_Enum, expectName, Hdl_SyntaxError); in Setup_StatusFunctions()
86 SEMPARSE_CREATE_STATUS(PE_Enum, gotName, On_gotName_Return2Type); in Setup_StatusFunctions()
87 SEMPARSE_CREATE_STATUS(PE_Enum, bodyStd, Hdl_SyntaxError); in Setup_StatusFunctions()
88 SEMPARSE_CREATE_STATUS(PE_Enum, afterBlock, On_afterBlock_Return2Type); in Setup_StatusFunctions()
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()
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()
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()
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()
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()
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()
H A Dpe_file.cxx159 SEMPARSE_CREATE_STATUS(PE_File, std, Hdl_SyntaxError); in Setup_StatusFunctions()
160 SEMPARSE_CREATE_STATUS(PE_File, in_extern, On_in_extern_Ignore); in Setup_StatusFunctions()
161 SEMPARSE_CREATE_STATUS(PE_File, in_externC, On_in_externC_NoBlock); in Setup_StatusFunctions()
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()
H A Dpe_expr.cxx102 SEMPARSE_CREATE_STATUS(PE_Expression, std, On_std_Default); in Setup_StatusFunctions()
/aoo41x/main/autodoc/source/parser/inc/semantic/
H A Dcallf.hxx272 #define SEMPARSE_CREATE_STATUS(penv, state, default_function) \ macro

Completed in 40 milliseconds