Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h657 unsigned CurrentLoadedOffset; variable
1300 (Start.getOffset() >= CurrentLoadedOffset &&
1323 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1324 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1585 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1586 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1666 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp357 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
461 if (CurrentLoadedOffset - TotalSize < NextLocalOffset) in AllocateLoadedSLocEntries()
465 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
467 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
555 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset && in createFileID()
615 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
807 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2106 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()