Searched refs:setIsRValue (Results 1 – 6 of 6) sorted by relevance
66 void setIsRValue(bool isRValue);
73 void ReferenceType::setIsRValue(bool isRValue) in setIsRValue() function in KDevelop::ReferenceType
382 void setIsRValue(bool);
1180 void IndexedTypeIdentifier::setIsRValue(bool isRVal) in setIsRValue() function in KDevelop::IndexedTypeIdentifier
375 identifier.setIsRValue(true); in shortenedTypeIdentifier()
538 ref->setIsRValue(type.kind == CXType_RValueReference); in createType()