Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setIsRValue
Method
setIsRValue
kdevplatform/language/duchain/types/referencetype.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void ReferenceType::setIsRValue(bool isRValue)
71
{
72
d_func_dynamic()->m_isRValue = isRValue;
73
}
74
75
void ReferenceType::accept0(TypeVisitor* v) const
76
{
Callers
1
testReferenceType
Method · 0.45
Calls
no outgoing calls
Tested by
1
testReferenceType
Method · 0.36