Searched refs:RecordDataImpl (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 88 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 545 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record); 546 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord); 616 void AddToken(const Token &Tok, RecordDataImpl &Record); 619 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record); 622 void AddSourceRange(SourceRange Range, RecordDataImpl &Record); 625 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record); 628 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record); 631 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record); 634 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record); [all …]
|
D | ASTReader.h | 321 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 2001 const RecordDataImpl &Record, in ReadSourceLocation() 2056 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 53 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 227 PresumedLoc PLoc, RecordDataImpl &Record, 231 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord() 239 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record, 325 RecordDataImpl &Record) { in EmitBlockID() 345 RecordDataImpl &Record){ in EmitRecordID() 358 RecordDataImpl &Record, in AddLocToRecord() 376 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 87 ASTWriter::RecordDataImpl &Record; 95 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter() 212 ASTWriter::RecordDataImpl &Record) { in addExceptionSpec() 453 ASTWriter::RecordDataImpl &Record; 456 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter() 716 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 732 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 741 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 3924 RecordDataImpl &Record) { in WriteAttributes() 3935 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken() [all …]
|
D | ASTReader.cpp | 1377 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()
|