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");
597 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
601 assert(NextLocalOffset + FileSize + 1 > NextLocalOffset &&
602 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset &&
606 NextLocalOffset += FileSize + 1;
649 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info));
650 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 601 unsigned NextLocalOffset;
    [all...]

Completed in 33 milliseconds