Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h88 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
460 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
530 void AddToken(const Token &Tok, RecordDataImpl &Record);
533 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
536 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
539 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
556 void AddTypeRef(QualType T, RecordDataImpl &Record);
580 void AddDeclRef(const Decl *D, RecordDataImpl &Record);
593 void AddString(StringRef Str, RecordDataImpl &Record);
600 void AddPath(StringRef Path, RecordDataImpl &Record);
[all …]
DASTReader.h322 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
2011 const RecordDataImpl &Record, in ReadSourceLocation()
2066 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp54 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
228 PresumedLoc PLoc, RecordDataImpl &Record,
232 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord()
240 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
326 RecordDataImpl &Record) { in EmitBlockID()
346 RecordDataImpl &Record){ in EmitRecordID()
359 RecordDataImpl &Record, in AddLocToRecord()
377 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
/external/clang/lib/Serialization/
DASTWriter.cpp96 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()
[all …]
DASTWriterDecl.cpp44 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter()
DASTReader.cpp1397 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()