Home | History | Annotate | Download | only in Serialization

Lines Matching refs:RecordData

27     typedef ASTReader::RecordData RecordData;
32 const ASTReader::RecordData &Record;
35 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
39 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) {
43 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
47 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) {
51 Decl *ReadDecl(const RecordData &R, unsigned &I) {
56 T *ReadDeclAs(const RecordData &R, unsigned &I) {
61 const ASTReader::RecordData &R, unsigned &I) {
66 const ASTReader::RecordData &R, unsigned &I) {
73 const ASTReader::RecordData &Record, unsigned &Idx)
1596 RecordData Record;