HomeSort by relevance Sort by last modified time
    Searched refs:NextLocalOffset (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
SourceManager.cpp 421 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/
SourceManager.h 616 unsigned NextLocalOffset;
    [all...]

Completed in 224 milliseconds