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

Method isRValue

kdevplatform/language/duchain/identifier.cpp:1195–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195bool IndexedTypeIdentifier::isRValue() const
1196{
1197 return m_isRValue;
1198}
1199
1200void IndexedTypeIdentifier::setIsRValue(bool isRVal)
1201{

Callers 1

shortenedTypeIdentifierFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected