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

Method specialize

kdevplatform/language/duchain/ducontext.cpp:1190–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188}
1189
1190DUContext* DUContext::specialize(const IndexedInstantiationInformation& /*specialization*/,
1191 const TopDUContext* topContext, int /*upDistance*/)
1192{
1193 if (!topContext)
1194 return nullptr;
1195 return this;
1196}
1197
1198CursorInRevision DUContext::importPosition(const DUContext* target) const
1199{

Callers 3

declarationsMethod · 0.45
declarationMethod · 0.45
applySpecializationMethod · 0.45

Calls

no outgoing calls

Tested by 1

applySpecializationMethod · 0.36