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.h743 SourceLocation::UIntTy CurrentLoadedOffset; variable
1373 (Start.getOffset() >= CurrentLoadedOffset &&
1396 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1397 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1702 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1703 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1905 return SLocOffset < CurrentLoadedOffset; in isLocalOffset()
1909 return SLocOffset >= CurrentLoadedOffset; in isLoadedOffset()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp358 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
469 if (CurrentLoadedOffset < TotalSize || in AllocateLoadedSLocEntries()
470 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()
476 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
480 return std::make_pair(BaseID, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
620 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
681 NextLocalOffset + Length + 1 > CurrentLoadedOffset) { in createExpansionLocImpl()
879 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
1859 NextLocalOffset + (MaxLoadedOffset - CurrentLoadedOffset); in updateSlocUsageStats()
2171 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()
[all …]