Searched defs:LoadedSLocEntryTable (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h611 mutable SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable; member in class:clang::SourceManager
620 /// This is LoadedSLocEntryTable.back().Offset, except that that entry might
628 /// \brief A bitmap that indicates whether the entries of LoadedSLocEntryTable
631 /// Same indexing as LoadedSLocEntryTable.
1481 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();}
1486 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1488 return LoadedSLocEntryTable[Index];
1504 assert(LoadedSLocEntryTable.empty() &&

Completed in 39 milliseconds