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

Method identifier

kdevplatform/language/duchain/identifier.cpp:528–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528const IndexedString Identifier::identifier() const
529{
530 if (!m_index)
531 return dd->m_identifier;
532 else
533 return cd->m_identifier;
534}
535
536void Identifier::setIdentifier(QStringView identifier)
537{

Callers 15

setIdentifierMethod · 0.95
importIdentifierMethod · 0.45
toStringMethod · 0.45
qualifiedIdentifierMethod · 0.45
operator()Method · 0.45
nameEqualsMethod · 0.45
toStringListMethod · 0.45
FOREACH_FUNCTION_STATICFunction · 0.45
firstMethod · 0.45
lastMethod · 0.45
atMethod · 0.45
toStringMethod · 0.45

Calls 2

IdentifierFunction · 0.70
QualifiedIdentifierClass · 0.70

Tested by 3

toStringFunction · 0.36
TypeTestFunction · 0.36
DeclarationTestFunction · 0.36