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 426 NextLocalOffset = 0;
512 assert(CurrentLoadedOffset >= NextLocalOffset && "Out of source locations");
560 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
564 assert(NextLocalOffset + FileSize + 1 > NextLocalOffset &&
565 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset &&
569 NextLocalOffset += FileSize + 1;
612 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info));
613 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 601 unsigned NextLocalOffset;
    [all...]

Completed in 28 milliseconds