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

Method setExplicitlyGlobal

kdevplatform/language/duchain/identifier.cpp:916–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914}
915
916void QualifiedIdentifier::setExplicitlyGlobal(bool eg)
917{
918 if (eg != explicitlyGlobal()) {
919 prepareWrite();
920 dd->m_explicitlyGlobal = eg;
921 }
922}
923
924bool QualifiedIdentifier::sameIdentifiers(const QualifiedIdentifier& rhs) const
925{

Callers 3

resolveMethod · 0.80
midMethod · 0.80
toListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected