MCPcopy Create free account
hub / github.com/KDE/kdevelop / setDataType

Method setDataType

kdevplatform/language/duchain/types/integraltype.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void IntegralType::setDataType(uint dataType)
32{
33 d_func_dynamic()->m_dataType = dataType;
34}
35
36AbstractType* IntegralType::clone() const
37{

Callers 2

visitMethod · 0.80
declareEnumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected