Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Offsets

1684   assert(I != GlobalBitOffsetsMap.end() && "Corrupted global bit offsets map");
2085 // offsets for its tables of lexical and visible declarations.
2087 std::pair<uint64_t, uint64_t> Offsets = Reader.VisitDeclContext(DC);
2088 if (Offsets.first || Offsets.second) {
2089 if (Offsets.first != 0)
2091 if (Offsets.second != 0)
2093 if (ReadDeclContextStorage(*Loc.F, DeclsCursor, Offsets,