| 1115 | } |
| 1116 | |
| 1117 | bool TopDUContext::isOnDisk() const |
| 1118 | { |
| 1119 | ///@todo Change this to releasingToDisk, and only enable it while saving a top-context to disk. |
| 1120 | return m_dynamicData->isOnDisk(); |
| 1121 | } |
| 1122 | |
| 1123 | void TopDUContext::clearUsedDeclarationIndices() |
| 1124 | { |
no outgoing calls
no test coverage detected