Searched refs:LocalSLocEntryTable (Results 1 – 2 of 2) sorted by relevance
337 LocalSLocEntryTable.clear(); in clearIDTables()612 LocalSLocEntryTable.push_back( in createFileIDImpl()621 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileIDImpl()665 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()803 unsigned GreaterIndex = LocalSLocEntryTable.size(); in getFileIDLocal()816 assert(GreaterIndex < LocalSLocEntryTable.size()); in getFileIDLocal()817 if (LocalSLocEntryTable[GreaterIndex].getOffset() <= SLocOffset) { in getFileIDLocal()844 if (MiddleIndex + 1 == LocalSLocEntryTable.size() || in getFileIDLocal()2125 << llvm::capacity_in_bytes(LocalSLocEntryTable) in PrintStats()2189 DumpSLocEntry(ID, LocalSLocEntryTable[ID], in dump()[all …]
717 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable; variable1729 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size()1733 assert(Index < LocalSLocEntryTable.size() && "Invalid index"); in getLocalSLocEntry()1734 return LocalSLocEntryTable[Index]; in getLocalSLocEntry()1753 return LocalSLocEntryTable[0];1889 if (FID.ID+1 == static_cast<int>(LocalSLocEntryTable.size())) in isOffsetInFileID()