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

Method setIsConstant

kdevplatform/language/duchain/identifier.cpp:1210–1213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210void IndexedTypeIdentifier::setIsConstant(bool isConst)
1211{
1212 m_isConstant = isConst;
1213}
1214
1215bool IndexedTypeIdentifier::isVolatile() const
1216{

Callers 2

buildIdentifierForTypeFunction · 0.80
exchangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected