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

Method baseClasses

kdevplatform/language/duchain/classdeclaration.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53const BaseClassInstance* ClassDeclaration::baseClasses() const
54{
55 return d_func()->baseClasses();
56}
57
58void ClassDeclaration::addBaseClass(const BaseClassInstance& klass)
59{

Callers 3

registerBaseClassesMethod · 0.80
htmlIdentifiedTypeMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected