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

Method setIsAbstract

kdevplatform/language/duchain/classfunctiondeclaration.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void ClassFunctionDeclaration::setIsAbstract(bool abstract)
137{
138 d_func_dynamic()->m_functionFlags = ( ClassFunctionFlags )setFlag(abstract, AbstractFunctionFlag,
139 d_func()->m_functionFlags);
140}
141
142bool ClassFunctionDeclaration::isFinal() const
143{

Callers 1

setDeclDataMethod · 0.80

Calls 1

setFlagFunction · 0.85

Tested by

no test coverage detected