Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void 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
createUse
Method · 0.80
indexForUsedDeclaration
Method · 0.80
data
Method · 0.45
Tested by
no test coverage detected