Searched refs:RecordDataImpl (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 88 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 …]
|
D | ASTReader.h | 322 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/ |
D | SerializedDiagnosticPrinter.cpp | 54 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/ |
D | ASTWriter.cpp | 96 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 …]
|
D | ASTWriterDecl.cpp | 44 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter()
|
D | ASTReader.cpp | 1397 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()
|