Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h83 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
522 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record);
523 void WriteDeclUpdatesBlocks(RecordDataImpl &OffsetsRecord);
583 void AddToken(const Token &Tok, RecordDataImpl &Record);
586 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record);
589 void AddSourceRange(SourceRange Range, RecordDataImpl &Record);
592 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record);
595 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record);
598 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record);
601 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record);
[all …]
DASTReader.h311 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.cpp53 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef
226 PresumedLoc PLoc, RecordDataImpl &Record,
230 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord()
238 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record,
324 RecordDataImpl &Record) { in EmitBlockID()
344 RecordDataImpl &Record){ in EmitRecordID()
357 RecordDataImpl &Record, in AddLocToRecord()
375 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
/external/clang/lib/Serialization/
DASTWriter.cpp82 ASTWriter::RecordDataImpl &Record;
90 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter()
207 ASTWriter::RecordDataImpl &Record) { in addExceptionSpec()
446 ASTWriter::RecordDataImpl &Record;
449 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter()
705 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
721 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
730 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
4108 RecordDataImpl &Record) { in WriteAttributes()
4121 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken()
[all …]
DASTReader.cpp1380 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()