Searched refs:SubPeUse (Results 1 – 12 of 12) sorted by relevance
/trunk/main/autodoc/source/parser/inc/semantic/ |
H A D | sub_peu.hxx | 40 class SubPeUse : public SubPeUseIfc, class 47 SubPeUse( 51 ~SubPeUse(); 73 SubPeUse<PE,SUB>::SubPeUse( SubPe<PE,SUB> & i_rSubPeCreator, in SubPeUse() function in SubPeUse 83 SubPeUse<PE,SUB>::~SubPeUse() in ~SubPeUse() 89 SubPeUse<PE,SUB>::Push( E_TokenDone i_eDone ) in Push() 97 SubPeUse<PE,SUB>::InitParse() const in InitParse() 105 SubPeUse<PE,SUB>::GetResults() const in GetResults() 113 SubPeUse<PE,SUB>::Parent() const in Parent() 120 SubPeUse<PE,SUB>::Child() const in Child()
|
/trunk/main/autodoc/source/parser/cpp/ |
H A D | pe_file.hxx | 86 typedef SubPeUse< PE_File, PE_Namespace> SPU_Namespace; 87 typedef SubPeUse< PE_File, PE_Typedef> SPU_Typedef; 88 typedef SubPeUse< PE_File, PE_VarFunc> SPU_VarFunc; 89 typedef SubPeUse< PE_File, PE_TemplateTop> SPU_Template; 90 typedef SubPeUse< PE_File, PE_Defines> SPU_Defines; 91 typedef SubPeUse< PE_File, PE_Ignore> SPU_Ignore;
|
H A D | pe_class.hxx | 107 typedef SubPeUse< PE_Class, PE_Base> SPU_Base; 109 typedef SubPeUse< PE_Class, PE_Typedef> SPU_Typedef; 110 typedef SubPeUse< PE_Class, PE_VarFunc> SPU_VarFunc; 111 typedef SubPeUse< PE_Class, PE_Ignore> SPU_Ignore; 112 typedef SubPeUse< PE_Class, PE_Defines> SPU_Defines;
|
H A D | pe_vafu.hxx | 91 typedef SubPeUse< PE_VarFunc, PE_Type > SPU_Type; 93 typedef SubPeUse< PE_VarFunc, PE_Variable > SPU_Variable; 95 typedef SubPeUse< PE_VarFunc, PE_Function > SPU_Function; 97 typedef SubPeUse< PE_VarFunc, PE_Ignore > SPU_Ignore;
|
H A D | pe_type.hxx | 87 typedef SubPeUse< PE_Type, PE_Type > SPU_Type; 88 typedef SubPeUse< PE_Type, PE_Class > SPU_Class; 89 typedef SubPeUse< PE_Type, PE_Enum > SPU_Enum;
|
H A D | pe_param.hxx | 71 typedef SubPeUse< PE_Parameter, PE_Type > SPU_Type; 73 typedef SubPeUse< PE_Parameter, PE_Variable > SPU_Variable;
|
H A D | pe_funct.hxx | 115 typedef SubPeUse< PE_Function, PE_Type > SPU_Type; 117 typedef SubPeUse<PE_Function, PE_Parameter> SPU_Parameter;
|
H A D | pe_enval.hxx | 62 typedef SubPeUse< PE_EnumValue, PE_Expression> SPU_Expression;
|
H A D | pe_tydef.hxx | 59 typedef SubPeUse< PE_Typedef, PE_Type> SPU_Type;
|
H A D | pe_base.hxx | 67 typedef SubPeUse< PE_Base, PE_Type> SPU_BaseName;
|
H A D | pe_enum.hxx | 77 typedef SubPeUse< PE_Enum, PE_EnumValue> SPU_EnumValue;
|
H A D | pe_vari.hxx | 72 typedef SubPeUse< PE_Variable, PE_Expression> SPU_Expression;
|
Completed in 36 milliseconds