Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Offsets

1710   assert(I != GlobalBitOffsetsMap.end() && "Corrupted global bit offsets map");
2151 // offsets for its tables of lexical and visible declarations.
2159 std::pair<uint64_t, uint64_t> Offsets = Reader.VisitDeclContext(DC);
2160 if (Offsets.first || Offsets.second) {
2161 if (Offsets.first != 0)
2163 if (Offsets.second != 0)
2165 if (ReadDeclContextStorage(*Loc.F, DeclsCursor, Offsets,