Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h706 static const SourceLocation::UIntTy MaxLoadedOffset = variable
1343 Start.getOffset()+Length < MaxLoadedOffset)) &&
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
1623 NextOffset = MaxLoadedOffset; in getFileIDSize()
2132 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3470 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6163 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in findPreprocessedEntity()