Home
last modified time | relevance | path

Searched refs:ReportedSize (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2309 uint64_t ReportedSize = 0; in noteSLocAddressSpaceUsage() local
2315 ReportedSize += FileInfo.TotalSize; in noteSLocAddressSpaceUsage()
2319 if (ReportedSize != CountedSize) { in noteSLocAddressSpaceUsage()
2321 << (SortedUsage.end() - SortedEnd) << CountedSize - ReportedSize; in noteSLocAddressSpaceUsage()