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

Method isStatic

kdevplatform/language/duchain/classmemberdeclaration.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool ClassMemberDeclaration::isStatic() const
64{
65 return d_func()->m_isStatic;
66}
67
68void ClassMemberDeclaration::setStatic(bool isStatic)
69{

Callers 5

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80
FunctionDescriptionMethod · 0.80
DeclarationTestFunction · 0.80
makeSignatureStringFunction · 0.80

Calls

no outgoing calls

Tested by 1

DeclarationTestFunction · 0.64