Home
last modified time | relevance | path

Searched refs:LoadedSLocEntryTable (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp339 LoadedSLocEntryTable.clear(); in clearIDTables()
376 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
450 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
460 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
461 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
463 int ID = LoadedSLocEntryTable.size(); in AllocateLoadedSLocEntries()
500 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
601 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
603 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
667 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h688 SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable; variable
1682 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();} in loaded_sloc_entry_size()
1687 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1689 return LoadedSLocEntryTable[Index];
1705 assert(LoadedSLocEntryTable.empty() && in setExternalSLocEntrySource()