Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp331 LocalSLocEntryTable.clear(); in clearIDTables()
632 assert(LocalSLocEntryTable.size() == LocalLocOffsetTable.size()); in createFileIDImpl()
633 LocalSLocEntryTable.push_back( in createFileIDImpl()
646 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileIDImpl()
690 assert(LocalSLocEntryTable.size() == LocalLocOffsetTable.size()); in createExpansionLocImpl()
691 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()
813 assert(SLocOffset >= LocalSLocEntryTable[0].getOffset() && SLocOffset > 0 && in getFileIDLocal()
815 assert(LocalSLocEntryTable.size() == LocalLocOffsetTable.size()); in getFileIDLocal()
2161 llvm::errs() << LocalSLocEntryTable.size() << " local SLocEntries allocated (" in PrintStats()
2162 << llvm::capacity_in_bytes(LocalSLocEntryTable) in PrintStats()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h721 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable; variable
1748 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size()
1757 assert(Index < LocalSLocEntryTable.size() && "Invalid index"); in getLocalSLocEntry()
1758 return LocalSLocEntryTable[Index]; in getLocalSLocEntry()
1788 return LocalSLocEntryTable[0];
1941 if (FID.ID+1 == static_cast<int>(LocalSLocEntryTable.size())) in isOffsetInFileID()