Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp358 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
1581 NextOffset = MaxLoadedOffset; in getFileIDSize()
1859 NextLocalOffset + (MaxLoadedOffset - CurrentLoadedOffset); in updateSlocUsageStats()
2171 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2310 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()
2312 MaxLoadedOffset); in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h747 static const SourceLocation::UIntTy MaxLoadedOffset = variable
1374 Start.getOffset()+Length < MaxLoadedOffset)) &&
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1541 GlobalSLocOffsetMap.find(SourceManager::MaxLoadedOffset - SLocOffset - 1); in getSLocEntryID()
3678 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6413 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in findPreprocessedEntity()
H A DASTWriter.cpp6003 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in getRawSourceLocationEncoding()