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

/external/clang/include/clang/Serialization/
H A DModule.h236 const uint32_t *SLocEntryOffsets; member in class:clang::serialization::ModuleFile
/external/clang/lib/Serialization/
H A DASTWriter.cpp1804 std::vector<uint32_t> SLocEntryOffsets; local
1806 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1);
1815 SLocEntryOffsets.push_back(Stream.GetCurrentBitNo());
1888 PreloadSLocs.push_back(SLocEntryOffsets.size());
1910 if (SLocEntryOffsets.empty())
1925 Record.push_back(SLocEntryOffsets.size());
1927 Stream.EmitRecordWithBlob(SLocOffsetsAbbrev, Record, data(SLocEntryOffsets));

Completed in 149 milliseconds