Home | History | Annotate | Download | only in Serialization

Lines Matching defs:ReadDecl

61     Decl *ReadDecl(const RecordData &R, unsigned &I) {
62 return Reader.ReadDecl(F, R, I);
291 S->setDeclGroup(DeclGroupRef(ReadDecl(Record, Idx)));
296 Decls.push_back(ReadDecl(Record, Idx));