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

Method importedParentContexts

kdevplatform/language/duchain/ducontext.cpp:1210–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208}
1209
1210QVector<DUContext::Import> DUContext::importedParentContexts() const
1211{
1212 ENSURE_CAN_READ
1213 QVector<DUContext::Import> ret;
1214 ret.reserve(d_func()->m_importedContextsSize());
1215 FOREACH_FUNCTION(const DUContext::Import& import, d_func()->m_importedContexts)
1216 ret << import;
1217 return ret;
1218}
1219
1220void DUContext::applyAliases(const SearchItem::PtrList& baseIdentifiers, SearchItem::PtrList& identifiers,
1221 const CursorInRevision& position, bool canBeNamespace, bool onlyImports) const

Callers 15

getImportsFromDUMethod · 0.45
dotGraphInternalMethod · 0.45
documentLoadedPrepareMethod · 0.45
argumentContextMethod · 0.45
overriddenMethod · 0.45
functionContextMethod · 0.45
verifyMethod · 0.45
pickContextWithDataFunction · 0.45
getFileInfoMethod · 0.45
updateReadyMethod · 0.45

Calls 1

reserveMethod · 0.45

Tested by 14

verifyMethod · 0.36
ContextTestFunction · 0.36
testMissingIncludeMethod · 0.36
testReparseIncludeMethod · 0.36
testNestedImportsMethod · 0.36
verifyNoErrorsFunction · 0.36