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