Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleFile.h285 const uint32_t *SLocEntryOffsets = nullptr; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp2052 std::vector<uint32_t> SLocEntryOffsets; in WriteSourceManagerBlock() local
2055 SLocEntryOffsets.reserve(SourceMgr.local_sloc_entry_size() - 1); in WriteSourceManagerBlock()
2086 SLocEntryOffsets.push_back(Offset); in WriteSourceManagerBlock()
2132 PreloadSLocs.push_back(SLocEntryOffsets.size()); in WriteSourceManagerBlock()
2149 SLocEntryOffsets.push_back(Offset); in WriteSourceManagerBlock()
2172 if (SLocEntryOffsets.empty()) in WriteSourceManagerBlock()
2188 SOURCE_LOCATION_OFFSETS, SLocEntryOffsets.size(), in WriteSourceManagerBlock()
2192 bytes(SLocEntryOffsets)); in WriteSourceManagerBlock()
H A DASTReader.cpp1484 F->SLocEntryOffsets[ID - F->SLocEntryBaseID])) { in ReadSLocEntry()
3440 F.SLocEntryOffsets = (const uint32_t *)Blob.data(); in ReadASTBlock()