Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h622 unsigned CurrentLoadedOffset; variable
1189 (Start.getOffset() >= CurrentLoadedOffset &&
1212 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1213 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1453 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1454 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1524 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp413 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
489 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
490 assert(CurrentLoadedOffset >= NextLocalOffset && "Out of source locations"); in AllocateLoadedSLocEntries()
492 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
580 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset && in createFileID()
629 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
816 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2118 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()