Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h593 unsigned CurrentLoadedOffset; variable
1087 (Start.getOffset() >= CurrentLoadedOffset &&
1110 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1111 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1334 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1335 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1404 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/external/clang/lib/Basic/
DSourceManager.cpp427 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
511 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
512 assert(CurrentLoadedOffset >= NextLocalOffset && "Out of source locations"); in AllocateLoadedSLocEntries()
514 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
565 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset && in createFileID()
614 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
803 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
1875 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()