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

Method isExtern

kdevplatform/language/duchain/classmemberdeclaration.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool ClassMemberDeclaration::isExtern() const
104{
105 return d_func()->m_isExtern;
106}
107
108void ClassMemberDeclaration::setExtern(bool isExtern)
109{

Callers 2

completionPropertiesMethod · 0.80
declarationDetailsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected