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

Method internalContext

kdevplatform/language/duchain/types/identifiedtype.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66KDevelop::DUContext* IdentifiedType::internalContext(const KDevelop::TopDUContext* top) const
67{
68 Declaration* decl = declaration(top);
69 if (decl)
70 return decl->internalContext();
71 else
72 return nullptr;
73}
74
75void IdentifiedType::setDeclaration(Declaration* declaration)
76{

Callers 1

startCollectingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected