Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h106 using RecordDataImpl = SmallVectorImpl<uint64_t>; variable
509 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
589 void AddToken(const Token &Tok, RecordDataImpl &Record);
593 RecordDataImpl &Record);
596 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
599 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
602 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
619 void AddTypeRef(QualType T, RecordDataImpl &Record);
643 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
655 void AddString(StringRef Str, RecordDataImpl &Record);
[all …]
H A DASTRecordWriter.h29 ASTWriter::RecordDataImpl *Record;
58 ASTRecordWriter(ASTWriter &W, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter()
63 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter()
72 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData()
H A DASTRecordReader.h40 using RecordDataImpl = ASTReader::RecordDataImpl; variable
H A DASTReader.h363 using RecordDataImpl = SmallVectorImpl<uint64_t>; variable
2164 const RecordDataImpl &Record, in ReadSourceLocation()
2219 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp53 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
217 RecordDataImpl &Record, unsigned TokSize = 0);
220 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record, in AddLocToRecord()
227 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
316 RecordDataImpl &Record) { in EmitBlockID()
336 RecordDataImpl &Record){ in EmitRecordID()
347 RecordDataImpl &Record, unsigned TokSize) { in AddLocToRecord()
364 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp551 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
567 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
576 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
4175 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken()
4188 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString()
4211 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath()
4225 RecordDataImpl &Record) { in AddVersionTuple()
4853 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) { in WriteDeclUpdatesBlocks()
5024 RecordDataImpl &Record) { in AddAlignPackInfo()
5169 void ASTWriter::AddTypeRef(QualType T, RecordDataImpl &Record) { in AddTypeRef()
[all …]
H A DASTWriterDecl.cpp44 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter()
H A DASTReader.cpp1671 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()
8412 RecordDataImpl &LateParsed = LPT.second; in ReadLateParsedTemplates()