Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h699 unsigned CurrentLoadedOffset; variable
1334 (Start.getOffset() >= CurrentLoadedOffset &&
1357 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1358 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1641 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1642 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1721 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/netbsd-src/external/apache2/llvm/dist/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()
610 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()
675 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
864 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2135 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()