Lines Matching refs:RecordDataImpl
149 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
910 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
926 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
935 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
4486 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken()
4499 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString()
4522 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath()
4536 RecordDataImpl &Record) { in AddVersionTuple()
5153 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) { in WriteDeclUpdatesBlocks()
5320 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) { in AddSourceLocation()
5325 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange()
5345 void ASTWriter::AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record) { in AddIdentifierRef()
5471 void ASTWriter::AddTypeRef(QualType T, RecordDataImpl &Record) { in AddTypeRef()
5511 void ASTWriter::AddDeclRef(const Decl *D, RecordDataImpl &Record) { in AddDeclRef()