Home | History | Annotate | Download | only in Serialization

Lines Matching refs:ReadDecl

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