Lines Matching refs:RecordDataImpl
96 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
753 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
769 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
778 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
3987 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken()
4000 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString()
4023 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath()
4037 RecordDataImpl &Record) { in AddVersionTuple()
4642 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) { in WriteDeclUpdatesBlocks()
4785 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) { in AddSourceLocation()
4790 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) { in AddSourceRange()
4810 void ASTWriter::AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record) { in AddIdentifierRef()
4937 void ASTWriter::AddTypeRef(QualType T, RecordDataImpl &Record) { in AddTypeRef()
4977 void ASTWriter::AddDeclRef(const Decl *D, RecordDataImpl &Record) { in AddDeclRef()