MCPcopy Create free account
hub / github.com/KDE/kdevelop / isFriend

Method isFriend

kdevplatform/language/duchain/classmemberdeclaration.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool ClassMemberDeclaration::isFriend() const
84{
85 return d_func()->m_isFriend;
86}
87
88void ClassMemberDeclaration::setFriend(bool isFriend)
89{

Callers 3

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80
OutlineNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected