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.cpp333 LoadedSLocEntryTable.clear(); in clearIDTables()
376 for (unsigned I = 0, N = Old.LoadedSLocEntryTable.size(); I != N; ++I) in initializeForReplay()
453 return LoadedSLocEntryTable[Index]; in loadSLocEntry()
465 LoadedSLocEntryTable.resize(LoadedSLocEntryTable.size() + NumSLocEntries); in AllocateLoadedSLocEntries()
466 SLocEntryLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
467 SLocEntryOffsetLoaded.resize(LoadedSLocEntryTable.size()); in AllocateLoadedSLocEntries()
470 int BaseID = -int(LoadedSLocEntryTable.size()) - 1; in AllocateLoadedSLocEntries()
508 } else if (unsigned(-(ID-1) - 2) >= LoadedSLocEntryTable.size()) { in getPreviousFileID()
603 assert(Index < LoadedSLocEntryTable.size() && "FileID out of range"); in createFileIDImpl()
605 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h729 llvm::PagedVector<SrcMgr::SLocEntry, 32> LoadedSLocEntryTable; variable
1762 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();} in loaded_sloc_entry_size()
1774 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1776 return LoadedSLocEntryTable[Index];
1796 assert(LoadedSLocEntryTable.empty() && in setExternalSLocEntrySource()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1739 SourceMgr.LoadedSLocEntryTable[Index] = in getSLocEntryID()
1743 return Offset < SourceMgr.LoadedSLocEntryTable[Index].getOffset(); in getSLocEntryID()