MCPcopy 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
70void ReferenceType::setIsRValue(bool isRValue)
71{
72 d_func_dynamic()->m_isRValue = isRValue;
73}
74
75void ReferenceType::accept0(TypeVisitor* v) const
76{

Callers 1

testReferenceTypeMethod · 0.45

Calls

no outgoing calls

Tested by 1

testReferenceTypeMethod · 0.36