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

Method setIsReference

kdevplatform/language/duchain/identifier.cpp:1190–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190void IndexedTypeIdentifier::setIsReference(bool isRef)
1191{
1192 m_isReference = isRef;
1193}
1194
1195bool IndexedTypeIdentifier::isRValue() const
1196{

Callers 2

buildIdentifierForTypeFunction · 0.80
shortenedTypeIdentifierFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected