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

Method setIsRValue

kdevplatform/language/duchain/identifier.cpp:1200–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198}
1199
1200void IndexedTypeIdentifier::setIsRValue(bool isRVal)
1201{
1202 m_isRValue = isRVal;
1203}
1204
1205bool IndexedTypeIdentifier::isConstant() const
1206{

Callers 2

createTypeMethod · 0.45
shortenedTypeIdentifierFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected