Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1195
bool IndexedTypeIdentifier::isRValue() const
1196
{
1197
return m_isRValue;
1198
}
1199
1200
void IndexedTypeIdentifier::setIsRValue(bool isRVal)
1201
{
Callers
1
shortenedTypeIdentifier
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected