Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ push
Method
push
kdevplatform/language/duchain/identifier.cpp:991–997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
989
}
990
991
void QualifiedIdentifier::push(const Identifier& id)
992
{
993
if (id.isEmpty())
994
return;
995
996
push(IndexedIdentifier(id));
997
}
998
999
void QualifiedIdentifier::push(const IndexedIdentifier& id)
1000
{
Callers
15
qualifiedIdentifier
Method · 0.45
unregisterAliasIdentifier
Method · 0.45
registerAliasIdentifier
Method · 0.45
free
Method · 0.45
merge
Method · 0.45
operator+
Method · 0.45
mid
Method · 0.45
applyAliases
Method · 0.45
toList
Method · 0.45
applyToIdentifier
Method · 0.45
openDeclarationInternal
Function · 0.45
openContext
Method · 0.45
Calls
3
explicitlyGlobal
Method · 0.80
isEmpty
Method · 0.45
append
Method · 0.45
Tested by
3
testQualifiedIdentifier
Method · 0.36
benchQidCopyPush
Method · 0.36
testIdentifiers
Method · 0.36