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

Function isContextTemporary

kdevplatform/language/duchain/ducontext.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188inline bool isContextTemporary(uint index)
189{
190 return index > (0xffffffff / 2);
191}
192
193void DUContextDynamicData::addDeclaration(Declaration* newDeclaration)
194{

Callers 2

addDeclarationMethod · 0.85
addChildContextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected