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

Method setIsVolatile

kdevplatform/language/duchain/identifier.cpp:1220–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1218}
1219
1220void IndexedTypeIdentifier::setIsVolatile(bool isVolatile)
1221{
1222 m_isVolatile = isVolatile;
1223}
1224
1225int IndexedTypeIdentifier::pointerDepth() const
1226{

Callers 1

buildIdentifierForTypeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected