Home | History | Annotate | Download | only in Serialization

Lines Matching refs:RecordData

29     typedef ASTReader::RecordData RecordData;
34 const ASTReader::RecordData &Record;
37 Token ReadToken(const RecordData &R, unsigned &I) {
41 SourceLocation ReadSourceLocation(const RecordData &R, unsigned &I) {
45 SourceRange ReadSourceRange(const RecordData &R, unsigned &I) {
49 std::string ReadString(const RecordData &R, unsigned &I) {
53 TypeSourceInfo *GetTypeSourceInfo(const RecordData &R, unsigned &I) {
57 serialization::DeclID ReadDeclID(const RecordData &R, unsigned &I) {
61 Decl *ReadDecl(const RecordData &R, unsigned &I) {
66 T *ReadDeclAs(const RecordData &R, unsigned &I) {
71 const ASTReader::RecordData &R, unsigned &I) {
76 const ASTReader::RecordData &R, unsigned &I) {
83 const ASTReader::RecordData &Record, unsigned &Idx)
1738 const ASTReader::RecordData &Record;
1742 const ASTReader::RecordData &Record, unsigned &Idx)
2512 RecordData Record;