Searched refs:ASTWriter (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 77 ASTWriter &Writer; 78 ASTWriter::RecordDataImpl &Record; 84 ASTTypeWriter(ASTWriter &Writer, ASTWriter::RecordDataImpl &Record) in ASTTypeWriter() 419 ASTWriter &Writer; 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() 778 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock() [all …]
|
| HD | ASTWriterStmt.cpp | 33 ASTWriter &Writer; 34 ASTWriter::RecordData &Record; 40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter() 1682 ASTWriter::RecordData &Record; 1684 OMPClauseWriter(ASTStmtWriter *W, ASTWriter::RecordData &Record) in OMPClauseWriter() 1757 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID() 1765 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID() 1771 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs() 1777 void ASTWriter::WriteSubStmt(Stmt *S, in WriteSubStmt() 1849 void ASTWriter::FlushStmts() { in FlushStmts()
|
| HD | ASTWriterDecl.cpp | 36 ASTWriter &Writer; 38 typedef ASTWriter::RecordData RecordData; 45 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, RecordData &Record) in ASTDeclWriter() 914 ASTWriter::UpdateRecord &Record = Writer.DeclUpdates[Parent]; in VisitNamespaceDecl() 1443 void ASTWriter::WriteDeclsBlockAbbrevs() { in WriteDeclsBlockAbbrevs() 1827 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Serialization/ |
| HD | ASTWriter.h | 78 class ASTWriter : public ASTDeserializationListener, 486 ASTWriter(llvm::BitstreamWriter &Stream); 487 ~ASTWriter(); 760 ASTWriter Writer; 765 ASTWriter &getWriter() { return Writer; } in getWriter() 766 const ASTWriter &getWriter() const { return Writer; } in getWriter()
|
| HD | ASTReader.h | 83 class ASTWriter; variable 274 friend class ASTWriter; variable
|
| /trueos/lib/clang/libclangserialization/ |
| HD | Makefile | 12 ASTWriter.cpp \
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | SourceLocation.h | 60 friend class ASTWriter; variable 91 friend class ASTWriter; variable
|
| HD | SourceManager.h | 63 class ASTWriter; variable 254 friend class clang::ASTWriter; 1649 friend class ASTWriter; variable
|
| HD | Diagnostic.h | 799 friend class ASTWriter; variable
|
| /trueos/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | PreprocessingRecord.h | 595 friend class ASTWriter; variable
|
| /trueos/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | ASTUnit.cpp | 188 ASTWriter Writer; 2565 static bool serializeUnit(ASTWriter &Writer, in serializeUnit() 2588 ASTWriter Writer(Stream); in serialize()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclBase.h | 1040 friend class ASTWriter; variable
|
| HD | ASTContext.h | 407 friend class ASTWriter; variable
|
| HD | DeclCXX.h | 1631 friend class ASTWriter; variable
|
| HD | Type.h | 1803 friend class ASTWriter;
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 68 class ASTWriter; variable 7981 friend class ASTWriter; variable
|