Home | History | Annotate | Download | only in Serialization

Lines Matching refs:SLocEntryOffsets

1854   std::vector<uint32_t> SLocEntryOffsets;
1856 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1865 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo());
1936 PreloadSLocs.push_back(SLocEntryOffsets.size());
1958 if (SLocEntryOffsets.empty())
1973 SOURCE_LOCATION_OFFSETS, SLocEntryOffsets.size(),
1976 bytes(SLocEntryOffsets));