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

Method isFinal

kdevplatform/language/duchain/classfunctiondeclaration.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool ClassFunctionDeclaration::isFinal() const
143{
144 return d_func()->m_functionFlags & FinalFunctionFlag;
145}
146
147void ClassFunctionDeclaration::setIsFinal(bool final)
148{

Callers 3

declarationDetailsMethod · 0.80
FunctionDescriptionMethod · 0.80
DeclarationTestFunction · 0.80

Calls

no outgoing calls

Tested by 1

DeclarationTestFunction · 0.64