Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h745 SourceLocation::UIntTy CurrentLoadedOffset; variable
1375 (Start.getOffset() >= CurrentLoadedOffset &&
1398 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1399 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1712 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1713 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1914 return SLocOffset < CurrentLoadedOffset; in isLocalOffset()
1918 return SLocOffset >= CurrentLoadedOffset; in isLoadedOffset()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp347 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
461 if (CurrentLoadedOffset < TotalSize || in AllocateLoadedSLocEntries()
462 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()
468 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
472 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
627 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
694 NextLocalOffset + Length + 1 > CurrentLoadedOffset) { in createExpansionLocImpl()
886 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
1863 NextLocalOffset + (MaxLoadedOffset - CurrentLoadedOffset); in updateSlocUsageStats()
2169 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
[all …]