Searched refs:NextLocalOffset (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp421 NextLocalOffset = 0;
499 assert(CurrentLoadedOffset >= NextLocalOffset && "Out of source locations");
584 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
588 assert(NextLocalOffset + FileSize + 1 > NextLocalOffset &&
589 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset &&
593 NextLocalOffset += FileSize + 1;
636 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info));
637 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h616 unsigned NextLocalOffset; member in class:clang::SourceManager
1183 assert(((Start.getOffset() < NextLocalOffset &&
1184 Start.getOffset()+Length <= NextLocalOffset) ||
1501 unsigned getNextLocalOffset() const { return NextLocalOffset; }
1525 return Loc.getOffset() < NextLocalOffset;
1595 return SLocOffset < NextLocalOffset;

Completed in 91 milliseconds