Searched refs:RecordDataImpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h105 using RecordDataImpl = SmallVectorImpl<uint64_t>;
508 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
585 void AddToken(const Token &Tok, RecordDataImpl &Record);
588 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
591 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
594 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
611 void AddTypeRef(QualType T, RecordDataImpl &Record);
635 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
647 void AddString(StringRef Str, RecordDataImpl &Record);
654 void AddPath(StringRef Path, RecordDataImpl
[all...]
H A DASTRecordWriter.h29 ASTWriter::RecordDataImpl *Record;
58 ASTRecordWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record)
63 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record)
71 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; }
H A DASTRecordReader.h39 using RecordDataImpl = ASTReader::RecordDataImpl;
H A DASTReader.h361 using RecordDataImpl = SmallVectorImpl<uint64_t>;
2150 const RecordDataImpl &Record,
2205 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp53 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef in namespace:__anon1913
217 RecordDataImpl &Record, unsigned TokSize = 0);
220 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record,
227 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
316 RecordDataImpl &Record) {
336 RecordDataImpl &Record){
347 RecordDataImpl &Record, unsigned TokSize) {
364 RecordDataImpl &Record,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp550 ASTWriter::RecordDataImpl &Record) {
566 ASTWriter::RecordDataImpl &Record) {
575 ASTWriter::RecordDataImpl &Record) {
4256 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) {
4269 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) {
4292 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) {
4306 RecordDataImpl &Record) {
4939 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) {
5115 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) {
5120 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl
[all...]
H A DASTWriterDecl.cpp45 ASTWriter::RecordDataImpl &Record)
H A DASTReader.cpp1662 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record,

Completed in 224 milliseconds