Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
1566 NextOffset = MaxLoadedOffset; in getFileIDSize()
2132 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2271 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()
2273 MaxLoadedOffset); in noteSLocAddressSpaceUsage()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h743 static const SourceLocation::UIntTy MaxLoadedOffset = variable
1370 Start.getOffset()+Length < MaxLoadedOffset)) &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1500 GlobalSLocOffsetMap.find(SourceManager::MaxLoadedOffset - SLocOffset - 1); in getSLocEntryID()
3655 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6407 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in findPreprocessedEntity()