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.cpp347 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
1586 NextOffset = MaxLoadedOffset; in getFileIDSize()
1863 NextLocalOffset + (MaxLoadedOffset - CurrentLoadedOffset); in updateSlocUsageStats()
2169 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2308 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()
2310 MaxLoadedOffset); in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h749 static const SourceLocation::UIntTy MaxLoadedOffset = variable
1376 Start.getOffset()+Length < MaxLoadedOffset)) &&
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1719 GlobalSLocOffsetMap.find(SourceManager::MaxLoadedOffset - SLocOffset - 1); in getSLocEntryID()
3958 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6752 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in findPreprocessedEntity()
H A DASTWriter.cpp6661 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in getRawSourceLocationEncoding()