Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
528
const IndexedString Identifier::identifier() const
529
{
530
if (!m_index)
531
return dd->m_identifier;
532
else
533
return cd->m_identifier;
534
}
535
536
void Identifier::setIdentifier(QStringView identifier)
537
{
Callers
15
setIdentifier
Method · 0.95
importIdentifier
Method · 0.45
toString
Method · 0.45
qualifiedIdentifier
Method · 0.45
operator()
Method · 0.45
nameEquals
Method · 0.45
toStringList
Method · 0.45
FOREACH_FUNCTION_STATIC
Function · 0.45
first
Method · 0.45
last
Method · 0.45
at
Method · 0.45
toString
Method · 0.45
Calls
2
Identifier
Function · 0.70
QualifiedIdentifier
Class · 0.70
Tested by
3
toString
Function · 0.36
TypeTest
Function · 0.36
DeclarationTest
Function · 0.36