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

Method type

kdevplatform/language/duchain/ducontext.cpp:1124–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1122}
1123
1124DUContext::ContextType DUContext::type() const
1125{
1126 //ENSURE_CAN_READ This is disabled, because type() is called very often while searching, and it costs us performance
1127
1128 return d_func()->m_contextType;
1129}
1130
1131void DUContext::setType(ContextType type)
1132{

Callers 15

kindForDeclarationFunction · 0.45
operator()Method · 0.45
isConstructorMethod · 0.45
isDestructorMethod · 0.45
dumpMethod · 0.45
completionPropertiesMethod · 0.45
argumentContextMethod · 0.45
inheritersInternalFunction · 0.45
functionContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected