Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1200
void IndexedTypeIdentifier::setIsRValue(bool isRVal)
1201
{
1202
m_isRValue = isRVal;
1203
}
1204
1205
bool IndexedTypeIdentifier::isConstant() const
1206
{
Callers
2
createType
Method · 0.45
shortenedTypeIdentifier
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected