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

Method setIsConstPointer

kdevplatform/language/duchain/identifier.cpp:1245–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243}
1244
1245void IndexedTypeIdentifier::setIsConstPointer(int depthNumber, bool constant)
1246{
1247 if (constant)
1248 m_pointerConstMask |= (1 << depthNumber);
1249 else
1250 m_pointerConstMask &= (~(1 << depthNumber));
1251}
1252
1253QString IndexedTypeIdentifier::toString(IdentifierStringFormattingOptions options) const
1254{

Callers 1

buildIdentifierForTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected