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

Method shouldSearchInParent

kdevplatform/language/duchain/ducontext.cpp:1305–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303}
1304
1305bool DUContext::shouldSearchInParent(SearchFlags flags) const
1306{
1307 return (parentContext() && parentContext()->type() == DUContext::Helper && (flags & InImportedParentContext))
1308 || !(flags & InImportedParentContext);
1309}
1310
1311const Use* DUContext::uses() const
1312{

Callers 1

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected