Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Blob

735     const char *Blob;
738 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
744 Info.LexicalDecls = reinterpret_cast<const KindDeclIDPair*>(Blob);
753 const char *Blob;
756 unsigned RecCode = Cursor.ReadRecord(Code, Record, &Blob, &BlobLen);
763 (const unsigned char *)Blob + Record[0],
764 (const unsigned char *)Blob,