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

Function emptyConstantIdentifierPrivate

kdevplatform/language/duchain/identifier.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177static const ConstantIdentifierPrivate* emptyConstantIdentifierPrivate()
178{
179 static const ConstantIdentifierPrivate item;
180 return &item;
181}
182
183bool IndexedIdentifier::isEmpty() const
184{

Callers 3

IdentifierMethod · 0.85
identifier.cppFile · 0.85
initIdentifierRepositoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected