Home
last modified time | relevance | path

Searched refs:RecordDataImpl (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h113 using RecordDataImpl = SmallVectorImpl<uint64_t>; variable
502 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
577 void AddToken(const Token &Tok, RecordDataImpl &Record);
580 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
583 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
603 void AddTypeRef(QualType T, RecordDataImpl &Record);
627 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
639 void AddString(StringRef Str, RecordDataImpl &Record);
646 void AddPath(StringRef Path, RecordDataImpl &Record);
749 ASTWriter::RecordDataImpl *Record;
[all …]
H A DASTReader.h377 using RecordDataImpl = SmallVectorImpl<uint64_t>; variable
2208 const RecordDataImpl &Record, in ReadSourceLocation()
2275 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
2371 using RecordDataImpl = ASTReader::RecordDataImpl; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp51 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
215 RecordDataImpl &Record, unsigned TokSize = 0);
218 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord()
225 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
311 RecordDataImpl &Record) { in EmitBlockID()
331 RecordDataImpl &Record){ in EmitRecordID()
342 RecordDataImpl &Record, unsigned TokSize) { in AddLocToRecord()
359 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp149 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()
5471 void ASTWriter::AddTypeRef(QualType T, RecordDataImpl &Record) { in AddTypeRef()
[all …]
H A DASTWriterDecl.cpp45 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter()
H A DASTReader.cpp1561 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()