Searched refs:SubPe (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/autodoc/source/parser/inc/semantic/ |
H A D | sub_pe.hxx | 38 class SubPe class 41 typedef SubPe< PE, SUB > self; 43 SubPe( 65 SubPe<PE,SUB>::SubPe( PE & i_rParent ) in SubPe() function in SubPe 72 SubPe<PE,SUB>::Parent() const in Parent() 79 SubPe<PE,SUB>::Child() const in Child() 86 SubPe<PE,SUB>::Get() const in Get() 93 SubPe<PE,SUB>::CreateChild() const in CreateChild()
|
H A D | sub_peu.hxx | 48 SubPe<PE,SUB> & i_rSubPeCreator, 63 SubPe<PE,SUB> & rSubPeCreator; 73 SubPeUse<PE,SUB>::SubPeUse( SubPe<PE,SUB> & i_rSubPeCreator, in SubPeUse()
|
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | pe_file.hxx | 76 typedef SubPe< PE_File, PE_Namespace> SP_Namespace; 77 typedef SubPe< PE_File, PE_Typedef> SP_Typedef; 78 typedef SubPe< PE_File, PE_VarFunc> SP_VarFunc; 79 typedef SubPe< PE_File, PE_TemplateTop> SP_Template; 80 typedef SubPe< PE_File, PE_Defines> SP_Defines; 81 typedef SubPe< PE_File, PE_Ignore > SP_Ignore; 83 typedef SubPe< PE_File, PE_Using> SP_Using;
|
H A D | pe_class.hxx | 100 typedef SubPe< PE_Class, PE_Base > SP_Base; 102 typedef SubPe< PE_Class, PE_Typedef> SP_Typedef; 103 typedef SubPe< PE_Class, PE_VarFunc> SP_VarFunc; 104 typedef SubPe< PE_Class, PE_Ignore > SP_Ignore; 105 typedef SubPe< PE_Class, PE_Defines> SP_Defines;
|
H A D | pe_vafu.hxx | 90 typedef SubPe< PE_VarFunc, PE_Type > SP_Type; 92 typedef SubPe< PE_VarFunc, PE_Variable > SP_Variable; 94 typedef SubPe< PE_VarFunc, PE_Function > SP_Function; 96 typedef SubPe< PE_VarFunc, PE_Ignore > SP_Ignore;
|
H A D | pe_type.hxx | 84 typedef SubPe< PE_Type, PE_Type > SP_Type; 85 typedef SubPe< PE_Type, PE_Class > SP_Class; 86 typedef SubPe< PE_Type, PE_Enum > SP_Enum;
|
H A D | pe_param.hxx | 70 typedef SubPe< PE_Parameter, PE_Type > SP_Type; 72 typedef SubPe< PE_Parameter, PE_Variable > SP_Variable;
|
H A D | pe_funct.hxx | 114 typedef SubPe< PE_Function, PE_Type > SP_Type; 116 typedef SubPe< PE_Function, PE_Parameter> SP_Parameter;
|
H A D | pe_enval.hxx | 61 typedef SubPe< PE_EnumValue, PE_Expression > SP_Expression;
|
H A D | pe_tydef.hxx | 58 typedef SubPe< PE_Typedef, PE_Type > SP_Type;
|
H A D | pe_base.hxx | 66 typedef SubPe< PE_Base, PE_Type > SP_Type;
|
H A D | pe_enum.hxx | 76 typedef SubPe< PE_Enum, PE_EnumValue > SP_EnumValue;
|
H A D | pe_vari.hxx | 71 typedef SubPe< PE_Variable, PE_Expression > SP_Expression;
|
Completed in 48 milliseconds