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

Method explicitlyGlobal

kdevplatform/language/duchain/identifier.cpp:907–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907bool QualifiedIdentifier::explicitlyGlobal() const
908{
909 // True if started with "::"
910 if (m_index)
911 return cd->m_explicitlyGlobal;
912 else
913 return dd->m_explicitlyGlobal;
914}
915
916void QualifiedIdentifier::setExplicitlyGlobal(bool eg)
917{

Callers 5

setImportIdentifierMethod · 0.80
pushMethod · 0.80
SearchItemMethod · 0.80
testIdentifiersMethod · 0.80
strippedQidFunction · 0.80

Calls

no outgoing calls

Tested by 2

testIdentifiersMethod · 0.64
strippedQidFunction · 0.64