Searched refs:LocalSLocEntryTable (Results 1 – 2 of 2) sorted by relevance
338 LocalSLocEntryTable.clear(); in clearIDTables()621 LocalSLocEntryTable.push_back( in createFileIDImpl()630 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileIDImpl()674 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()806 unsigned GreaterIndex = LocalSLocEntryTable.size(); in getFileIDLocal()809 if (LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) in getFileIDLocal()819 assert(GreaterIndex < LocalSLocEntryTable.size()); in getFileIDLocal()820 if (LocalSLocEntryTable[GreaterIndex].getOffset() <= SLocOffset) { in getFileIDLocal()847 if (MiddleIndex + 1 == LocalSLocEntryTable.size() || in getFileIDLocal()2157 llvm::errs() << LocalSLocEntryTable.size() << " local SLocEntry's allocated (" in PrintStats()[all …]
696 SmallVector<SrcMgr::SLocEntry, 0> LocalSLocEntryTable; variable1702 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size()1706 assert(Index < LocalSLocEntryTable.size() && "Invalid index"); in getLocalSLocEntry()1707 return LocalSLocEntryTable[Index]; in getLocalSLocEntry()1726 return LocalSLocEntryTable[0];1862 if (FID.ID+1 == static_cast<int>(LocalSLocEntryTable.size())) in isOffsetInFileID()