Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h702 SourceLocation::UIntTy CurrentLoadedOffset; variable
1342 (Start.getOffset() >= CurrentLoadedOffset &&
1365 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1366 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1661 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1662 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1742 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/llvm-project-15.0.7/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()
674 NextLocalOffset + Length + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
863 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2132 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()