Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp346 LoadedSLocEntryTable.clear(); in clearIDTables()
384 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
461 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
473 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
474 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
475 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
478 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries()
516 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
611 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
613 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h727 llvm::PagedVector<SrcMgr::SLocEntry> LoadedSLocEntryTable; variable
1752 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();} in loaded_sloc_entry_size()
1764 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1766 return LoadedSLocEntryTable[Index];
1786 assert(LoadedSLocEntryTable.empty() && in setExternalSLocEntrySource()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1561 SourceMgr.LoadedSLocEntryTable[Index] = in getSLocEntryID()
1565 return Offset < SourceMgr.LoadedSLocEntryTable[Index].getOffset(); in getSLocEntryID()