Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSourceManager.h624 unsigned CurrentLoadedOffset; variable
1210 (Start.getOffset() >= CurrentLoadedOffset &&
1233 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1234 bool RHSLoaded = RHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1474 bool LHSLoaded = LHSOffset >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1475 bool RHSLoaded = RHS >= CurrentLoadedOffset; in isBeforeInSLocAddrSpace()
1547 return Loc.getOffset() >= CurrentLoadedOffset; in isLoadedSourceLocation()
/external/clang/lib/Basic/
DSourceManager.cpp408 CurrentLoadedOffset = MaxLoadedOffset; in clearIDTables()
484 if (CurrentLoadedOffset - TotalSize < NextLocalOffset) in AllocateLoadedSLocEntries()
488 CurrentLoadedOffset -= TotalSize; in AllocateLoadedSLocEntries()
490 return std::make_pair(-ID - 1, CurrentLoadedOffset); in AllocateLoadedSLocEntries()
578 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset && in createFileID()
627 NextLocalOffset + TokLength + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()
819 if (SLocOffset < CurrentLoadedOffset) { in getFileIDLoaded()
2126 << MaxLoadedOffset - CurrentLoadedOffset in PrintStats()