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 412 NextLocalOffset = 0;
490 assert(CurrentLoadedOffset >= NextLocalOffset && "Out of source locations");
575 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset,
579 assert(NextLocalOffset + FileSize + 1 > NextLocalOffset &&
580 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset &&
584 NextLocalOffset += FileSize + 1;
627 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info));
628 assert(NextLocalOffset + TokLength + 1 > NextLocalOffset &
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 602 unsigned NextLocalOffset;
    [all...]

Completed in 67 milliseconds