Home
last modified time | relevance | path

Searched refs:pSpType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/autodoc/source/parser/cpp/
H A Dpe_type.cxx96 pSpType(0), in PE_Type()
112 pSpType = new SP_Type(*this); in PE_Type()
117 = new SPU_Type( *pSpType, 0, in PE_Type()
H A Dpe_funct.cxx74 pSpType = new SP_Type(*this); in PE_Function()
77 pSpuException = new SPU_Type(*pSpType, 0, &PE_Function::SpReturn_Exception); in PE_Function()
78 …pSpuCastOperatorType = new SPU_Type(*pSpType, &PE_Function::SpInit_CastOperatorType, &PE_Function:… in PE_Function()
H A Dpe_tydef.cxx47 pSpType = new SP_Type(*this); in PE_Typedef()
48 pSpuType = new SPU_Type(*pSpType, 0, &PE_Typedef::SpReturn_Type); in PE_Typedef()
H A Dpe_base.cxx52 pSpType = new SP_Type(*this); in PE_Base()
53 pSpuBaseName = new SPU_BaseName(*pSpType, 0, &PE_Base::SpReturn_BaseName); in PE_Base()
H A Dpe_param.cxx52 pSpType = new SP_Type(*this); in PE_Parameter()
53 pSpuType = new SPU_Type(*pSpType, &PE_Parameter::SpInit_Type, &PE_Parameter::SpReturn_Type); in PE_Parameter()
H A Dpe_vafu.cxx81 pSpType = new SP_Type(*this); in PE_VarFunc()
82 pSpuType = new SPU_Type(*pSpType, 0, &PE_VarFunc::SpReturn_Type); in PE_VarFunc()
H A Dpe_tydef.hxx75 Dyn<SP_Type> pSpType; member in cpp::PE_Typedef
H A Dpe_base.hxx95 Dyn<SP_Type> pSpType; /// till "{" incl. member in cpp::PE_Base
H A Dpe_param.hxx106 Dyn<SP_Type> pSpType; member in cpp::PE_Parameter
H A Dpe_type.hxx141 Dyn<SP_Type> pSpType; member in cpp::PE_Type
H A Dpe_funct.hxx179 Dyn< SP_Type > pSpType; member in cpp::PE_Function
H A Dpe_vafu.hxx163 Dyn<SP_Type> pSpType; member in cpp::PE_VarFunc

Completed in 44 milliseconds