Searched refs:LocalSLocEntryTable (Results 1 – 2 of 2) sorted by relevance
394 LocalSLocEntryTable.clear(); in clearIDTables()503 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, in createFileID()516 FileID FID = FileID::get(LocalSLocEntryTable.size()-1); in createFileID()554 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, II)); in createInstantiationLocImpl()653 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) { in getFileIDLocal()655 I = LocalSLocEntryTable.end(); in getFileIDLocal()658 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID; in getFileIDLocal()667 FileID Res = FileID::get(int(I - LocalSLocEntryTable.begin())); in getFileIDLocal()682 unsigned GreaterIndex = I - LocalSLocEntryTable.begin(); in getFileIDLocal()712 if (!LocalSLocEntryTable[MiddleIndex].isInstantiation()) in getFileIDLocal()[all …]
460 std::vector<SrcMgr::SLocEntry> LocalSLocEntryTable; variable919 else if (FID.ID+1 == (int)LocalSLocEntryTable.size())1031 unsigned local_sloc_entry_size() const { return LocalSLocEntryTable.size(); } in local_sloc_entry_size()1036 assert(Index < LocalSLocEntryTable.size() && "Invalid index");1037 return LocalSLocEntryTable[Index];1107 if (static_cast<unsigned>(FID.ID+1) == LocalSLocEntryTable.size()) { in isOffsetInFileID()