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

Method FunctionDescription

kdevplatform/language/codegen/codedescription.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70FunctionDescription::FunctionDescription()
71 : FunctionDescription::FunctionDescription({}, {}, {})
72{
73}
74
75FunctionDescription::FunctionDescription(const QString& name, const VariableDescriptionList& arguments,
76 const VariableDescriptionList& returnArguments)

Callers

nothing calls this directly

Calls 15

accessPolicyNameFunction · 0.85
isConstructorMethod · 0.80
isDestructorMethod · 0.80
isVirtualMethod · 0.80
isAbstractMethod · 0.80
isFinalMethod · 0.80
isStaticMethod · 0.80
isSlotMethod · 0.80
isSignalMethod · 0.80
localDeclarationsMethod · 0.80
strMethod · 0.80

Tested by

no test coverage detected