Home
last modified time | relevance | path

Searched refs:SLocEntryOffsets (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h275 const uint32_t *SLocEntryOffsets = nullptr; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp2043 std::vector<uint32_t> SLocEntryOffsets; in WriteSourceManagerBlock() local
2046 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
2057 SLocEntryOffsets.push_back(Offset); in WriteSourceManagerBlock()
2126 PreloadSLocs.push_back(SLocEntryOffsets.size()); in WriteSourceManagerBlock()
2163 if (SLocEntryOffsets.empty()) in WriteSourceManagerBlock()
2179 SOURCE_LOCATION_OFFSETS, SLocEntryOffsets.size(), in WriteSourceManagerBlock()
2183 bytes(SLocEntryOffsets)); in WriteSourceManagerBlock()
H A DASTReader.cpp1515 F->SLocEntryOffsets[ID - F->SLocEntryBaseID])) { in ReadSLocEntry()
3449 F.SLocEntryOffsets = (const uint32_t *)Blob.data(); in ReadASTBlock()