/aoo42x/main/autodoc/source/parser/inc/semantic/ |
H A D | callf.hxx | 44 typedef void (PE::*F_Tok)(const char *); typedef in CallFunction 47 F_Tok i_f2Call, 50 F_Tok GetF() const; 55 F_Tok f2Call; 69 typedef typename CallFunction<PE>::F_Tok F_Tok; typedef in PeStatus 74 F_Tok * i_pFuncArray, 76 F_Tok i_pDefault ); 92 F_Tok fDefault; 138 inline typename CallFunction<PE>::F_Tok 158 F_Tok * i_pFuncArray, in PeStatus() [all …]
|
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | pe_funct.cxx | 160 typedef CallFunction<PE_Function>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 162 static F_Tok stateF_afterStdOperator[] = in Setup_StatusFunctions() 183 static F_Tok stateF_afterStdOperatorLeftBracket[] = in Setup_StatusFunctions() 190 static F_Tok stateF_afterCastOperator[] = in Setup_StatusFunctions() 215 static F_Tok stateF_afterName[] = { &PE_Function::On_afterName_Bracket_Left }; in Setup_StatusFunctions() 218 static F_Tok stateF_expectParameterSeparator[] = in Setup_StatusFunctions() 225 static F_Tok stateF_afterParameters[] = { &PE_Function::On_afterParameters_const, in Setup_StatusFunctions() 242 static F_Tok stateF_afterThrow[] = { &PE_Function::On_afterThrow_Bracket_Left }; in Setup_StatusFunctions() 245 static F_Tok stateF_expectExceptionSeparator[] = in Setup_StatusFunctions() 263 static F_Tok stateF_expectZero[] = { &PE_Function::On_expectZero_Constant }; in Setup_StatusFunctions() [all …]
|
H A D | pe_class.cxx | 103 typedef CallFunction<PE_Class>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 105 static F_Tok stateF_start[] = { &PE_Class::On_start_class, in Setup_StatusFunctions() 112 static F_Tok stateF_expectName[] = { &PE_Class::On_expectName_Identifier, in Setup_StatusFunctions() 121 static F_Tok stateF_gotName[] = { &PE_Class::On_gotName_SwBracket_Left, in Setup_StatusFunctions() 128 static F_Tok stateF_bodyStd[] = { &PE_Class::On_bodyStd_VarFunc, in Setup_StatusFunctions() 196 static F_Tok stateF_inProtection[] = { &PE_Class::On_inProtection_Colon }; in Setup_StatusFunctions() 199 static F_Tok stateF_afterDecl[] = { &PE_Class::On_afterDecl_Semicolon }; in Setup_StatusFunctions() 210 static F_Tok stateF_inFriend[] = { On_inFriend_class, in Setup_StatusFunctions()
|
H A D | pe_vafu.cxx | 110 typedef CallFunction<PE_VarFunc>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 112 static F_Tok stateF_start[] = { &PE_VarFunc::On_start_Identifier, in Setup_StatusFunctions() 155 static F_Tok stateF_expectCtor[] = { &PE_VarFunc::On_expectCtor_Bracket_Left }; in Setup_StatusFunctions() 158 static F_Tok stateF_afterClassDecl[] = { &PE_VarFunc::On_afterClassDecl_Semicolon }; in Setup_StatusFunctions() 161 static F_Tok stateF_expectName[] = { &PE_VarFunc::On_expectName_Identifier, in Setup_StatusFunctions() 168 static F_Tok stateF_afterName[] = { &PE_VarFunc::On_afterName_ArrayBracket_Left, in Setup_StatusFunctions() 183 static F_Tok stateF_afterName_inErraneousTemplate[] = in Setup_StatusFunctions() 190 static F_Tok stateF_finished[] = { &PE_VarFunc::On_finished_Semicolon, in Setup_StatusFunctions() 195 static F_Tok stateF_finishedIncludingFunctionImplementation[] = in Setup_StatusFunctions()
|
H A D | pe_tpltp.cxx | 58 typedef CallFunction<PE_TemplateTop>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 60 static F_Tok stateF_start[] = { &PE_TemplateTop::On_start_Less }; in Setup_StatusFunctions() 63 static F_Tok stateF_expect_qualifier[]= { &PE_TemplateTop::On_expect_qualifier_ClassOrTypename, in Setup_StatusFunctions() 70 static F_Tok stateF_expect_name[] = { &PE_TemplateTop::On_expect_name_Identifier }; in Setup_StatusFunctions() 73 static F_Tok stateF_expect_separator[]= { &PE_TemplateTop::On_expect_separator_Comma, in Setup_StatusFunctions()
|
H A D | pe_type.cxx | 144 typedef CallFunction<PE_Type>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 145 static F_Tok stateF_start[] = { &PE_Type::On_start_Identifier, in Setup_StatusFunctions() 170 static F_Tok stateF_expect_namesegment[] = { &PE_Type::On_expect_namesegment_Identifier, in Setup_StatusFunctions() 175 static F_Tok stateF_after_namesegment[] = { &PE_Type::On_after_namesegment_const, in Setup_StatusFunctions() 190 static F_Tok stateF_afterclass_expect_semicolon[] = in Setup_StatusFunctions() 195 static F_Tok stateF_within_template[] = { &PE_Type::On_within_template_Comma, in Setup_StatusFunctions() 202 static F_Tok stateF_within_indirection[] = { &PE_Type::On_within_indirection_const, in Setup_StatusFunctions()
|
H A D | pe_enum.cxx | 66 typedef CallFunction<PE_Enum>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 67 static F_Tok stateF_expectName[] = { &PE_Enum::On_expectName_Identifier, in Setup_StatusFunctions() 74 static F_Tok stateF_gotName[] = { &PE_Enum::On_gotName_SwBracket_Left }; in Setup_StatusFunctions() 77 static F_Tok stateF_bodyStd[] = { &PE_Enum::On_bodyStd_Identifier, in Setup_StatusFunctions() 82 static F_Tok stateF_afterBlock[] = { &PE_Enum::On_afterBlock_Semicolon }; in Setup_StatusFunctions()
|
H A D | pe_param.cxx | 71 typedef CallFunction<PE_Parameter>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 72 static F_Tok stateF_start[] = { &PE_Parameter::On_start_Type, in Setup_StatusFunctions() 103 static F_Tok stateF_expectName[] = { &PE_Parameter::On_expectName_Identifier, in Setup_StatusFunctions() 113 static F_Tok stateF_afterName[] = { &PE_Parameter::On_afterName_ArrayBracket_Left, in Setup_StatusFunctions() 121 static F_Tok stateF_finished[] = { &PE_Parameter::On_finished_Comma, in Setup_StatusFunctions()
|
H A D | pe_tydef.cxx | 64 typedef CallFunction<PE_Typedef>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 65 static F_Tok stateF_start[] = { &PE_Typedef::On_start_typedef }; in Setup_StatusFunctions() 68 static F_Tok stateF_expectName[] = { &PE_Typedef::On_expectName_Identifier }; in Setup_StatusFunctions() 71 static F_Tok stateF_afterName[] = { &PE_Typedef::On_afterName_Semicolon }; in Setup_StatusFunctions()
|
H A D | pe_namsp.cxx | 56 typedef CallFunction<PE_Namespace>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 57 static F_Tok stateF_start[] = { &PE_Namespace::On_start_Identifier, in Setup_StatusFunctions() 61 static F_Tok stateF_gotName[] = { &PE_Namespace::On_gotName_SwBracket_Left, in Setup_StatusFunctions() 65 static F_Tok stateF_expectSemicolon[] = { &PE_Namespace::On_expectSemicolon_Semicolon }; in Setup_StatusFunctions()
|
H A D | pe_enval.cxx | 62 typedef CallFunction<PE_EnumValue>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 64 static F_Tok stateF_start[] = { &PE_EnumValue::On_start_Identifier }; in Setup_StatusFunctions() 67 static F_Tok stateF_afterName[] = { &PE_EnumValue::On_afterName_SwBracket_Right, in Setup_StatusFunctions() 74 static F_Tok stateF_expectFinish[] = { &PE_EnumValue::On_expectFinish_SwBracket_Right, in Setup_StatusFunctions()
|
H A D | pe_vari.cxx | 66 typedef CallFunction<PE_Variable>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 68 static F_Tok stateF_afterName[] = { &PE_Variable::On_afterName_ArrayBracket_Left, in Setup_StatusFunctions() 76 static F_Tok stateF_afterSize[] = { &PE_Variable::On_afterSize_ArrayBracket_Right }; in Setup_StatusFunctions() 78 static F_Tok stateF_expectFinish[] = { &PE_Variable::On_expectFinish_Bracket_Right, in Setup_StatusFunctions()
|
H A D | pe_defs.cxx | 64 typedef CallFunction<PE_Defines>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 65 static F_Tok stateF_expectName[] = { &PE_Defines::On_expectName_DefineName, in Setup_StatusFunctions() 72 static F_Tok stateF_gotDefineName[] = { &PE_Defines::On_gotDefineName_PreProDefinition }; in Setup_StatusFunctions() 75 static F_Tok stateF_expectMacroParameters[] = in Setup_StatusFunctions()
|
H A D | pe_file.cxx | 97 typedef CallFunction<PE_File>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 98 static F_Tok stateF_std[] = { &PE_File::On_std_VarFunc, in Setup_StatusFunctions() 152 static F_Tok stateF_in_extern[] = { &PE_File::On_in_extern_Constant }; in Setup_StatusFunctions() 155 static F_Tok stateF_in_externC[] = { &PE_File::On_in_externC_SwBracket_Left }; in Setup_StatusFunctions()
|
H A D | pe_base.cxx | 70 typedef CallFunction<PE_Base>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 71 static F_Tok stateF_startOfNext[] = { &PE_Base::On_startOfNext_Identifier, in Setup_StatusFunctions() 83 static F_Tok stateF_inName[] = { &PE_Base::On_inName_Identifier, in Setup_StatusFunctions()
|
H A D | pe_expr.cxx | 83 typedef CallFunction<PE_Expression>::F_Tok F_Tok; in Setup_StatusFunctions() typedef 85 static F_Tok stateF_std[] = { &PE_Expression::On_std_SwBracket_Left, in Setup_StatusFunctions()
|