Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp339 LoadedSLocEntryTable.clear(); in clearIDTables()
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()
608 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
898 unsigned LessIndex = LoadedSLocEntryTable.size(); in getFileIDLoaded()
2135 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2203 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2204 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h690 SmallVector<SrcMgr::SLocEntry, 0> LoadedSLocEntryTable; variable
1686 unsigned loaded_sloc_entry_size() const { return LoadedSLocEntryTable.size();} in loaded_sloc_entry_size()
1691 assert(Index < LoadedSLocEntryTable.size() && "Invalid index");
1693 return LoadedSLocEntryTable[Index];
1709 assert(LoadedSLocEntryTable.empty() && in setExternalSLocEntrySource()