Searched refs:RecordDataImpl (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTWriter.h | 82 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 450 void WriteAttributes(ArrayRef<const Attr*> Attrs, RecordDataImpl &Record); 505 void AddToken(const Token &Tok, RecordDataImpl &Record); 508 void AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record); 511 void AddSourceRange(SourceRange Range, RecordDataImpl &Record); 514 void AddAPInt(const llvm::APInt &Value, RecordDataImpl &Record); 517 void AddAPSInt(const llvm::APSInt &Value, RecordDataImpl &Record); 520 void AddAPFloat(const llvm::APFloat &Value, RecordDataImpl &Record); 523 void AddIdentifierRef(const IdentifierInfo *II, RecordDataImpl &Record); 526 void AddSelectorRef(Selector, RecordDataImpl &Record); [all …]
|
| HD | ASTReader.h | 243 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 1791 const RecordDataImpl &Record, in ReadSourceLocation() 1843 Token ReadToken(ModuleFile &M, const RecordDataImpl &Record, unsigned &Idx);
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | SerializedDiagnosticPrinter.cpp | 48 typedef SmallVectorImpl<uint64_t> RecordDataImpl; typedef 161 PresumedLoc PLoc, RecordDataImpl &Record, 165 void AddLocToRecord(SourceLocation Loc, RecordDataImpl &Record, in AddLocToRecord() 173 void AddCharSourceRangeToRecord(CharSourceRange R, RecordDataImpl &Record, 252 RecordDataImpl &Record) { in EmitBlockID() 272 RecordDataImpl &Record){ in EmitRecordID() 285 RecordDataImpl &Record, in AddLocToRecord() 303 RecordDataImpl &Record, in AddCharSourceRangeToRecord()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 78 ASTWriter::RecordDataImpl &Record; 84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter() 420 ASTWriter::RecordDataImpl &Record; 423 TypeLocWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in TypeLocWriter() 642 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 657 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 666 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 3710 RecordDataImpl &Record) { in WriteAttributes() 3723 void ASTWriter::AddToken(const Token &Tok, RecordDataImpl &Record) { in AddToken() 3736 void ASTWriter::AddString(StringRef Str, RecordDataImpl &Record) { in AddString() [all …]
|
| HD | ASTReader.cpp | 1106 Token ASTReader::ReadToken(ModuleFile &F, const RecordDataImpl &Record, in ReadToken()
|