Home
last modified time | relevance | path

Searched refs:Cpp_PE (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/autodoc/source/parser/cpp/
H A Dcpp_pe.cxx36 Cpp_PE::SetTokenResult( E_TokenDone i_eDone, in SetTokenResult()
45 Cpp_PE::Cpp_PE( Cpp_PE * io_pParent ) in Cpp_PE() function in cpp::Cpp_PE
52 Cpp_PE::Cpp_PE( EnvData & i_rEnv ) in Cpp_PE() function in cpp::Cpp_PE
59 Cpp_PE::StdHandlingOfSyntaxError( const char * ) in StdHandlingOfSyntaxError()
65 Cpp_PE *
66 Cpp_PE::Handle_ChildFailure() in Handle_ChildFailure()
H A Dcpp_pe.hxx41 class Cpp_PE : public ::ParseEnvironment, class
52 virtual Cpp_PE * Handle_ChildFailure(); // Defaulted to 0.
55 Cpp_PE(
56 Cpp_PE * io_pParent );
57 Cpp_PE(
70 inline Cpp_PE::EnvData &
71 Cpp_PE::Env() const in Env()
H A Dc_rcode.cxx103 Cpp_PE * pRecover = 0; in AcknowledgeResult()
134 Cpp_PE &
143 Cpp_PE &
147 Cpp_PE * ret = dynamic_cast< Cpp_PE* >(rCurResult.pEnv2Push); in PushEnv()
H A Dc_rcode.hxx53 class Cpp_PE;
75 typedef std::vector< cpp::Cpp_PE* > EnvironmentStack;
79 Cpp_PE & CurEnv() const;
80 Cpp_PE & PushEnv() const;
H A Dpe_class.hxx64 class PE_Class : public cpp::Cpp_PE
88 Cpp_PE * i_pParent );
93 virtual Cpp_PE * Handle_ChildFailure();
H A Dpe_class.cxx45 PE_Class::PE_Class(Cpp_PE * i_pParent ) in PE_Class()
46 : Cpp_PE(i_pParent), in PE_Class()
93 Cpp_PE *
H A Dpe_ignor.hxx40 class PE_Ignore : public Cpp_PE
44 Cpp_PE * i_pParent );
H A Dpe_defs.hxx44 class PE_Defines : public cpp::Cpp_PE
56 Cpp_PE * i_pParent );
H A Dpe_expr.hxx42 class PE_Expression : public Cpp_PE
51 Cpp_PE * i_pParent );
H A Dpe_tpltp.hxx42 class PE_TemplateTop : public cpp::Cpp_PE
54 Cpp_PE * i_pParent );
H A Dpe_namsp.hxx50 class PE_Namespace : public Cpp_PE
61 Cpp_PE * i_pParent );
H A Dpe_enval.hxx43 class PE_EnumValue : public Cpp_PE
54 Cpp_PE * i_pParent );
H A Dpe_tydef.hxx41 class PE_Typedef : public cpp::Cpp_PE
52 Cpp_PE * i_pParent );
H A Dpe_ignor.cxx33 PE_Ignore::PE_Ignore( Cpp_PE * i_pParent ) in PE_Ignore()
34 : Cpp_PE(i_pParent), in PE_Ignore()
H A Dpe_base.hxx43 class PE_Base : public Cpp_PE
57 Cpp_PE * i_pParent );
H A Dpe_enum.hxx45 class PE_Enum : public cpp::Cpp_PE
65 Cpp_PE * i_pParent );
H A Dpe_vari.hxx45 class PE_Variable : public Cpp_PE
56 Cpp_PE * i_pParent );
H A Dpe_param.hxx46 class PE_Parameter : public Cpp_PE
60 Cpp_PE * i_pParent );
H A Dpe_tydef.cxx37 PE_Typedef::PE_Typedef(Cpp_PE * i_pParent ) in PE_Typedef()
38 : Cpp_PE(i_pParent), in PE_Typedef()
H A Dpe_namsp.cxx40 PE_Namespace::PE_Namespace( Cpp_PE * i_pParent ) in PE_Namespace()
41 : Cpp_PE(i_pParent), in PE_Namespace()
H A Dpe_enval.cxx37 PE_EnumValue::PE_EnumValue( Cpp_PE * i_pParent ) in PE_EnumValue()
38 : Cpp_PE(i_pParent), in PE_EnumValue()
H A Dpe_type.hxx48 class PE_Type : public Cpp_PE
72 Cpp_PE * i_pParent );
H A Dpe_expr.cxx33 PE_Expression::PE_Expression( Cpp_PE * i_pParent ) in PE_Expression()
34 : Cpp_PE(i_pParent), in PE_Expression()
H A Dpe_tpltp.cxx35 PE_TemplateTop::PE_TemplateTop( Cpp_PE * i_pParent ) in PE_TemplateTop()
36 : Cpp_PE(i_pParent), in PE_TemplateTop()
H A Dpe_vari.cxx36 PE_Variable::PE_Variable( Cpp_PE * i_pParent ) in PE_Variable()
37 : Cpp_PE(i_pParent), in PE_Variable()

Completed in 174 milliseconds

12