Home
last modified time | relevance | path

Searched refs:CurrentLoadedOffset (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h713 SourceLocation::UIntTy CurrentLoadedOffset; variable
1347 (Start.getOffset() >= CurrentLoadedOffset &&
1370 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1371 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1666 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1667 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1835 return SLocOffset < CurrentLoadedOffset; in isLocalOffset()
1839 return SLocOffset >= CurrentLoadedOffset; in isLoadedOffset()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
457 if (CurrentLoadedOffset < TotalSize || in AllocateLoadedSLocEntries()
458 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()
463 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
465 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
616 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
677 NextLocalOffset + Length + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
867 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2163 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
2302 uint64_t LoadedUsage = MaxLoadedOffset - CurrentLoadedOffset; in noteSLocAddressSpaceUsage()