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

Method isAbstract

kdevplatform/language/duchain/classfunctiondeclaration.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool ClassFunctionDeclaration::isAbstract() const
132{
133 return d_func()->m_functionFlags & AbstractFunctionFlag;
134}
135
136void ClassFunctionDeclaration::setIsAbstract(bool abstract)
137{

Callers 5

declarationDetailsMethod · 0.80
FunctionDescriptionMethod · 0.80
DeclarationTestFunction · 0.80
addPotentialOverrideMethod · 0.80

Calls

no outgoing calls

Tested by 1

DeclarationTestFunction · 0.64