Searched defs:SLocEntryOffsets (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Serialization/
H A DModule.h226 const uint32_t *SLocEntryOffsets; member in class:clang::serialization::ModuleFile
/external/clang/lib/Serialization/
H A DASTWriter.cpp1673 std::vector<uint32_t> SLocEntryOffsets; local
1675 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1684 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo());
1757 PreloadSLocs.push_back(SLocEntryOffsets.size());
1779 if (SLocEntryOffsets.empty())
1794 Record.push_back(SLocEntryOffsets.size());
1796 Stream.EmitRecordWithBlob(SLocOffsetsAbbrev, Record, data(SLocEntryOffsets));

Completed in 116 milliseconds