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

Method allEnvironmentFiles

kdevplatform/language/duchain/duchain.cpp:1533–1536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1531}
1532
1533QList<ParsingEnvironmentFilePointer> DUChain::allEnvironmentFiles(const IndexedString& document)
1534{
1535 return sdDUChainPrivate->getEnvironmentInformation(document);
1536}
1537
1538ParsingEnvironmentFilePointer DUChain::environmentFileForDocument(IndexedTopDUContext topContext) const
1539{

Callers 4

startCollectingMethod · 0.80
isUpdateRequiredMethod · 0.80
testReparseIncludeMethod · 0.80

Calls 1

Tested by 2

testReparseIncludeMethod · 0.64