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

Method Identifier

kdevplatform/language/duchain/identifier.cpp:363–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363Identifier::Identifier(const Identifier& rhs)
364{
365 rhs.makeConstant();
366 cd = rhs.cd;
367 m_index = rhs.m_index;
368}
369
370Identifier::Identifier(uint index)
371 : m_index(index)

Callers

nothing calls this directly

Calls 11

makeConstantMethod · 0.80
prefixMethod · 0.80
IndexedStringClass · 0.70
QualifiedIdentifierClass · 0.70
itemFromIndexMethod · 0.45
isEmptyMethod · 0.45
positionMethod · 0.45

Tested by

no test coverage detected