HomeSort by: relevance | last modified time | path
    Searched refs:LoadedSLocEntryTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 339 LoadedSLocEntryTable.clear();
376 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I)
450 return LoadedSLocEntryTable[Index];
460 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries);
461 SLocEntryLoaded.resize(LoadedSLocEntryTable.size());
463 int ID = LoadedSLocEntryTable.size();
500 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) {
601 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range");
603 LoadedSLocEntryTable[Index] = SLocEntry::get
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 688 SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable;
697 /// This is LoadedSLocEntryTable.back().Offset, except that that entry might
705 /// A bitmap that indicates whether the entries of LoadedSLocEntryTable
708 /// Same indexing as LoadedSLocEntryTable.
1682 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();}
1687 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1689 return LoadedSLocEntryTable[Index];
1705 assert(LoadedSLocEntryTable.empty() &&

Completed in 47 milliseconds