Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h701 SourceLocation::UIntTy CurrentLoadedOffset; variable
1337 (Start.getOffset() >= CurrentLoadedOffset &&
1360 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1361 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1645 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1646 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1726 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp350 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
458 if (CurrentLoadedOffset - TotalSize < NextLocalOffset) in AllocateLoadedSLocEntries()
462 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
464 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
615 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
676 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
866 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2137 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()