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

Function registerDUChainItems

plugins/qmljs/duchain/helper.cpp:290–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void registerDUChainItems()
291{
292 duchainRegisterType<QmlJSTopDUContext>();
293 duchainRegisterType<QmlJSNormalDUContext>();
294 duchainRegisterType<FunctionDeclaration>();
295
296 TypeSystem::self().registerTypeClass<FunctionType>();
297}
298
299void unregisterDUChainItems()
300{

Callers 4

ClangSupportMethod · 0.85
KDevQmlJsPluginMethod · 0.85
initTestCaseMethod · 0.85
initTestCaseMethod · 0.85

Calls

no outgoing calls

Tested by 2

initTestCaseMethod · 0.68
initTestCaseMethod · 0.68