Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
449 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
461 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
462 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
464 int ID = LoadedSLocEntryTable.size(); in AllocateLoadedSLocEntries()
501 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
607 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
609 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
668 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createExpansionLocImpl()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h702 SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable; variable
1711 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();} in loaded_sloc_entry_size()
1716 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1718 return LoadedSLocEntryTable[Index];
1734 assert(LoadedSLocEntryTable.empty() && in setExternalSLocEntrySource()