Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
1632 NextOffset = MaxLoadedOffset; in getFileIDSize()
2163 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2302 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()
2304 MaxLoadedOffset); in noteSLocAddressSpaceUsage()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h717 static const SourceLocation::UIntTy MaxLoadedOffset = variable
1348 Start.getOffset()+Length < MaxLoadedOffset)) &&
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3466 std::make_pair(SourceManager::MaxLoadedOffset - F.SLocEntryBaseOffset in ReadASTBlock()
6205 SourceManager::MaxLoadedOffset - Loc.getOffset() - 1); in findPreprocessedEntity()