/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 274 ASTWriter &Writer; 275 ASTWriter::RecordData Record; 279 ASTTypeWriter(ASTWriter &Writer) in ASTTypeWriter() 667 void ASTWriter::WriteTypeAbbrevs() { in WriteTypeAbbrevs() 686 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 702 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 711 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 844 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock() 1175 ASTWriter::createSignature() const { in createSignature() 1195 ASTFileSignature ASTWriter::createSignatureForNamedModule() const { in createSignatureForNamedModule() [all …]
|
H A D | ASTWriterDecl.cpp | 36 ASTWriter &Writer; 46 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, in ASTDeclWriter() 47 ASTWriter::RecordDataImpl &Record, bool GeneratingReducedBMI) in ASTDeclWriter() 272 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization() 1392 ASTWriter::DeclUpdate(UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, D)); in VisitNamespaceDecl() 2014 const Decl *ASTWriter::getFirstLocalDecl(const Decl *D) { in getFirstLocalDecl() 2058 ASTWriter::RecordData LocalRedecls; in VisitRedeclarable() 2255 void ASTWriter::WriteDeclAbbrevs() { in WriteDeclAbbrevs() 2800 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
|
H A D | ASTWriterStmt.cpp | 34 ASTWriter &Writer; 94 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter() 2911 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID() 2918 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID() 2923 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs() 2929 void ASTWriter::WriteSubStmt(Stmt *S) { in WriteSubStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTRecordWriter.h | 33 ASTWriter *Writer; 34 ASTWriter::RecordDataImpl *Record; 63 ASTRecordWriter(ASTWriter &W, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 68 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 77 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 | 88 class ASTWriter : public ASTDeserializationListener, 642 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer, 647 ~ASTWriter() override; 928 ASTWriter Writer; 933 ASTWriter &getWriter() { return Writer; } in getWriter() 934 const ASTWriter &getWriter() const { return Writer; } in getWriter()
|
H A D | ASTReader.h | 373 friend class ASTWriter; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclID.h | 179 class ASTWriter; variable 192 friend class ASTWriter; variable
|
H A D | RawCommentList.h | 237 friend class ASTWriter; variable
|
H A D | DeclBase.h | 1447 friend class ASTWriter;
|
H A D | ASTContext.h | 493 friend class ASTWriter; variable
|
H A D | DeclCXX.h | 264 friend class ASTWriter; variable
|
H A D | Type.h | 2307 friend class ASTWriter;
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TestModuleFileExtension.h | 61 createExtensionWriter(ASTWriter &Writer) override;
|
H A D | TestModuleFileExtension.cpp | 107 TestModuleFileExtension::createExtensionWriter(ASTWriter &) { in createExtensionWriter() argument
|
H A D | PrecompiledPreamble.cpp | 261 void setEmittedPreamblePCH(ASTWriter &Writer) { in setEmittedPreamblePCH() 827 void PreambleCallbacks::AfterPCHEmitted(ASTWriter &Writer) {} in AfterPCHEmitted()
|
H A D | ASTUnit.cpp | 220 ASTWriter Writer; 1075 void AfterPCHEmitted(ASTWriter &Writer) override { in AfterPCHEmitted() 2356 static bool serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, in serializeUnit() 2374 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 59 friend class ASTWriter; 90 friend class ASTWriter; variable
|
H A D | OpenCLOptions.h | 184 friend class ASTWriter; variable
|
H A D | SourceManager.h | 65 class ASTWriter; variable 297 friend class clang::ASTWriter; 1843 friend class ASTWriter; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaCUDA.h | 271 friend class ASTWriter; variable
|
H A D | Sema.h | 93 class ASTWriter; variable 1272 friend class ASTWriter; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 226 virtual void AfterPCHEmitted(ASTWriter &Writer);
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 524 friend class ASTWriter; variable
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 622 SRCS_MIN+= Serialization/ASTWriter.cpp
|