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

Method isRegister

kdevplatform/language/duchain/classmemberdeclaration.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93bool ClassMemberDeclaration::isRegister() const
94{
95 return d_func()->m_isRegister;
96}
97
98void ClassMemberDeclaration::setRegister(bool isRegister)
99{

Callers 2

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected