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

Function setFlag

kdevplatform/language/duchain/classfunctiondeclaration.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }*/
122
123uint setFlag(bool enable, uint flag, uint flags)
124{
125 if (enable)
126 return flags | flag;
127 else
128 return flags & (~flag);
129}
130
131bool ClassFunctionDeclaration::isAbstract() const
132{

Callers 4

setIsAbstractMethod · 0.85
setIsFinalMethod · 0.85
setIsSignalMethod · 0.85
setIsSlotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected