MCPcopy 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
991void QualifiedIdentifier::push(const Identifier& id)
992{
993 if (id.isEmpty())
994 return;
995
996 push(IndexedIdentifier(id));
997}
998
999void QualifiedIdentifier::push(const IndexedIdentifier& id)
1000{

Callers 15

qualifiedIdentifierMethod · 0.45
freeMethod · 0.45
mergeMethod · 0.45
operator+Method · 0.45
midMethod · 0.45
applyAliasesMethod · 0.45
toListMethod · 0.45
applyToIdentifierMethod · 0.45
openDeclarationInternalFunction · 0.45
openContextMethod · 0.45

Calls 3

explicitlyGlobalMethod · 0.80
isEmptyMethod · 0.45
appendMethod · 0.45

Tested by 3

benchQidCopyPushMethod · 0.36
testIdentifiersMethod · 0.36