Searched refs:pSpType (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/autodoc/source/parser/cpp/ |
H A D | pe_type.cxx | 96 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 D | pe_funct.cxx | 74 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 D | pe_tydef.cxx | 47 pSpType = new SP_Type(*this); in PE_Typedef() 48 pSpuType = new SPU_Type(*pSpType, 0, &PE_Typedef::SpReturn_Type); in PE_Typedef()
|
H A D | pe_base.cxx | 52 pSpType = new SP_Type(*this); in PE_Base() 53 pSpuBaseName = new SPU_BaseName(*pSpType, 0, &PE_Base::SpReturn_BaseName); in PE_Base()
|
H A D | pe_param.cxx | 52 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 D | pe_vafu.cxx | 81 pSpType = new SP_Type(*this); in PE_VarFunc() 82 pSpuType = new SPU_Type(*pSpType, 0, &PE_VarFunc::SpReturn_Type); in PE_VarFunc()
|
H A D | pe_tydef.hxx | 75 Dyn<SP_Type> pSpType; member in cpp::PE_Typedef
|
H A D | pe_base.hxx | 95 Dyn<SP_Type> pSpType; /// till "{" incl. member in cpp::PE_Base
|
H A D | pe_param.hxx | 106 Dyn<SP_Type> pSpType; member in cpp::PE_Parameter
|
H A D | pe_type.hxx | 141 Dyn<SP_Type> pSpType; member in cpp::PE_Type
|
H A D | pe_funct.hxx | 179 Dyn< SP_Type > pSpType; member in cpp::PE_Function
|
H A D | pe_vafu.hxx | 163 Dyn<SP_Type> pSpType; member in cpp::PE_VarFunc
|
Completed in 34 milliseconds