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

Method setIdentifier

kdevplatform/language/duchain/identifier.cpp:536–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void Identifier::setIdentifier(QStringView identifier)
537{
538 IndexedString id(identifier);
539 if (id != this->identifier()) {
540 prepareWrite();
541 dd->m_identifier = std::move(id);
542 }
543}
544
545void Identifier::setIdentifier(const IndexedString& identifier)
546{

Callers 12

QualifiedIdentifierMethod · 0.45
createDelayedTypeFunction · 0.45
createTypeMethod · 0.45
stripPrefixIdentifiersFunction · 0.45
buildIdentifierForTypeFunction · 0.45
removeTemplateParametersFunction · 0.45
exchangeMethod · 0.45
nextMethod · 0.45
typeFromClassNameMethod · 0.45
startVisitingMethod · 0.45

Calls 1

identifierMethod · 0.95

Tested by

no test coverage detected