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

Method newUse

plugins/cmake/duchain/usebuilder.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void UseBuilder::newUse(const KDevelop::RangeInRevision& sr, const KDevelop::DeclarationPointer& d)
52{
53 m_ctx->createUse(m_ctx->indexForUsedDeclaration(d.data()), sr, 0);
54}

Callers

nothing calls this directly

Calls 3

createUseMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected