| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTRecordWriter.h | 28 ASTWriter *Writer; 29 ASTWriter::RecordDataImpl *Record; 58 ASTRecordWriter(ASTWriter &W, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 63 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 72 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData()
|
| H A D | ModuleFileExtension.h | 27 class ASTWriter; variable 95 createExtensionWriter(ASTWriter &Writer) = 0;
|
| H A D | ASTWriter.h | 99 class ASTWriter : public ASTDeserializationListener, 551 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer, 555 ~ASTWriter() override; 772 ASTWriter Writer; 777 ASTWriter &getWriter() { return Writer; } in getWriter() 778 const ASTWriter &getWriter() const { return Writer; } in getWriter()
|
| H A D | ASTReader.h | 356 friend class ASTWriter; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 153 ASTWriter &Writer; 154 ASTWriter::RecordData Record; 158 ASTTypeWriter(ASTWriter &Writer) in ASTTypeWriter() 1632 ASTWriter &Writer; 2992 ASTWriter &Writer; 3268 ASTWriter &Writer; 3512 ASTWriter &Writer; 4259 ASTWriter::ASTWriter(llvm::BitstreamWriter &Stream, in ASTWriter() function in ASTWriter 4272 ASTWriter::~ASTWriter() = default; 5478 ASTWriter::RecordData Record; in EmitCXXBaseSpecifiers() [all …]
|
| H A D | ASTWriterDecl.cpp | 35 ASTWriter &Writer; 43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, in ASTDeclWriter() 44 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter() 265 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization() 1256 ASTWriter::DeclUpdate(UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, D)); in VisitNamespaceDecl() 1781 const Decl *ASTWriter::getFirstLocalDecl(const Decl *D) { in getFirstLocalDecl() 1825 ASTWriter::RecordData LocalRedecls; in VisitRedeclarable() 1906 void ASTWriter::WriteDeclAbbrevs() { in WriteDeclAbbrevs() 2409 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
|
| H A D | ASTWriterStmt.cpp | 33 ASTWriter &Writer; 40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter() 2584 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID() 2592 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID() 2598 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs() 2604 void ASTWriter::WriteSubStmt(Stmt *S) { in WriteSubStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TestModuleFileExtension.h | 61 createExtensionWriter(ASTWriter &Writer) override;
|
| H A D | TestModuleFileExtension.cpp | 109 TestModuleFileExtension::createExtensionWriter(ASTWriter &) { in createExtensionWriter() argument
|
| H A D | PrecompiledPreamble.cpp | 206 void setEmittedPreamblePCH(ASTWriter &Writer) { in setEmittedPreamblePCH() 851 void PreambleCallbacks::AfterPCHEmitted(ASTWriter &Writer) {} in AfterPCHEmitted()
|
| H A D | ASTUnit.cpp | 221 ASTWriter Writer; 1028 void AfterPCHEmitted(ASTWriter &Writer) override { in AfterPCHEmitted() 2299 static bool serializeUnit(ASTWriter &Writer, in serializeUnit() 2324 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 60 friend class ASTWriter; 90 friend class ASTWriter; variable
|
| H A D | OpenCLOptions.h | 185 friend class ASTWriter; variable
|
| H A D | SourceManager.h | 62 class ASTWriter; variable 284 friend class clang::ASTWriter; 1766 friend class ASTWriter; variable
|
| H A D | Diagnostic.h | 394 friend class ASTWriter; variable 1039 friend class ASTWriter; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 205 friend class ASTWriter; variable
|
| H A D | DeclBase.h | 1357 friend class ASTWriter;
|
| H A D | ASTContext.h | 459 friend class ASTWriter; variable
|
| H A D | DeclCXX.h | 261 friend class ASTWriter; variable
|
| H A D | Type.h | 1844 friend class ASTWriter;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | PrecompiledPreamble.h | 288 virtual void AfterPCHEmitted(ASTWriter &Writer);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | PreprocessingRecord.h | 524 friend class ASTWriter; variable
|
| /freebsd-13.1/lib/clang/libclang/ |
| H A D | Makefile | 523 SRCS_MIN+= Serialization/ASTWriter.cpp
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 89 class ASTWriter; variable 12800 friend class ASTWriter; variable
|