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

Method QualifiedIdentifier

kdevplatform/language/duchain/identifier.cpp:682–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682QualifiedIdentifier::QualifiedIdentifier(uint index)
683 : m_index(index)
684 , cd(LockedItemRepository::read<IndexedQualifiedIdentifier>(
685 [index](const QualifiedIdentifierRepository& repo) { return repo.itemFromIndex(index); }))
686{
687}
688
689QualifiedIdentifier::QualifiedIdentifier(QStringView id, bool isExpression)
690{

Callers

nothing calls this directly

Calls 8

splitIdentifiersMethod · 0.80
strMethod · 0.80
itemFromIndexMethod · 0.45
isEmptyMethod · 0.45
setIdentifierMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected