Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp339 LoadedSLocEntryTable.clear(); in clearIDTables()
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()
609 LoadedSLocEntryTable[Index] = SLocEntry::get( in createFileIDImpl()
877 unsigned LessIndex = LoadedSLocEntryTable.size(); in getFileIDLoaded()
2161 llvm::errs() << LoadedSLocEntryTable.size() in PrintStats()
2229 DumpSLocEntry(ID, LoadedSLocEntryTable[Index], NextStart); in dump()
2230 NextStart = LoadedSLocEntryTable[Index].getOffset(); in dump()
[all …]
/openbsd/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()