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

Method clear

kdevplatform/language/duchain/identifier.cpp:1037–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037void QualifiedIdentifier::clear()
1038{
1039 prepareWrite();
1040 dd->identifiersList.clear();
1041 dd->m_explicitlyGlobal = false;
1042 dd->m_isExpression = false;
1043}
1044
1045bool QualifiedIdentifier::isEmpty() const
1046{

Callers 15

freeItemMethod · 0.45
clearCacheMethod · 0.45
dotGraphMethod · 0.45
dumpMethod · 0.45
~TopDUContextMethod · 0.45
clearBaseClassesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected