Lines Matching refs:PE_Typedef

37 PE_Typedef::PE_Typedef(Cpp_PE * i_pParent )  in PE_Typedef()  function in cpp::PE_Typedef
39 pStati( new PeStatusArray<PE_Typedef> ), in PE_Typedef()
48 pSpuType = new SPU_Type(*pSpType, 0, &PE_Typedef::SpReturn_Type); in PE_Typedef()
51 PE_Typedef::~PE_Typedef() in ~PE_Typedef()
56 PE_Typedef::Call_Handler( const cpp::Token & i_rTok ) in Call_Handler()
62 PE_Typedef::Setup_StatusFunctions() in Setup_StatusFunctions()
64 typedef CallFunction<PE_Typedef>::F_Tok F_Tok; in Setup_StatusFunctions()
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()
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()
80 PE_Typedef::InitData() in InitData()
89 PE_Typedef::TransferData() in TransferData()
100 PE_Typedef::Hdl_SyntaxError( const char * i_sText) in Hdl_SyntaxError()
106 PE_Typedef::SpReturn_Type() in SpReturn_Type()
114 PE_Typedef::On_start_typedef( const char * ) in On_start_typedef()
120 PE_Typedef::On_expectName_Identifier( const char * i_sText ) in On_expectName_Identifier()
129 PE_Typedef::On_afterName_Semicolon( const char * ) in On_afterName_Semicolon()