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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h103 using RecordDataImpl = SmallVectorImpl<uint64_t>;
492 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
568 void AddToken(const Token &Tok, RecordDataImpl &Record);
571 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
574 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
577 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
594 void AddTypeRef(QualType T, RecordDataImpl &Record);
618 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
630 void AddString(StringRef Str, RecordDataImpl &Record);
637 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.h37 using RecordDataImpl = ASTReader::RecordDataImpl;
H A DASTReader.h361 using RecordDataImpl = SmallVectorImpl<uint64_t>;
2127 const RecordDataImpl &Record,
2182 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp52 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef in namespace:__anon528
216 RecordDataImpl &Record, unsigned TokSize = 0);
219 void AddLocToRecord(FullSourceLoc Loc, RecordDataImpl &Record,
226 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
312 RecordDataImpl &Record) {
332 RecordDataImpl &Record){
343 RecordDataImpl &Record, unsigned TokSize) {
360 RecordDataImpl &Record,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp521 ASTWriter::RecordDataImpl &Record) {
537 ASTWriter::RecordDataImpl &Record) {
546 ASTWriter::RecordDataImpl &Record) {
4180 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) {
4193 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) {
4216 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) {
4230 RecordDataImpl &Record) {
4849 void ASTWriter::WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord) {
5025 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) {
5030 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 271 milliseconds