| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 308 ASTWriter &Writer; 309 ASTWriter::RecordData Record; 313 ASTTypeWriter(ASTContext &Context, ASTWriter &Writer) in ASTTypeWriter() 704 void ASTWriter::WriteTypeAbbrevs() { in WriteTypeAbbrevs() 723 ASTWriter::RecordDataImpl &Record) { in EmitBlockID() 739 ASTWriter::RecordDataImpl &Record) { in EmitRecordID() 748 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs() 881 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock() 1218 ASTWriter::createSignature() const { in createSignature() 1238 ASTFileSignature ASTWriter::createSignatureForNamedModule() const { in createSignatureForNamedModule() [all …]
|
| H A D | ASTWriterDecl.cpp | 49 ASTWriter &Writer; 58 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, in ASTDeclWriter() 59 ASTWriter::RecordDataImpl &Record, bool GeneratingReducedBMI) in ASTDeclWriter() 1566 ASTWriter::DeclUpdate(DeclUpdateKind::CXXAddedAnonymousNamespace, D)); in VisitNamespaceDecl() 2210 const Decl *ASTWriter::getFirstLocalDecl(const Decl *D) { in getFirstLocalDecl() 2254 ASTWriter::RecordData LocalRedecls; in VisitRedeclarable() 2472 void ASTWriter::WriteDeclAbbrevs() { in WriteDeclAbbrevs() 3041 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
|
| H A D | ASTWriterStmt.cpp | 33 ASTWriter &Writer; 93 ASTStmtWriter(ASTContext &Context, ASTWriter &Writer, in ASTStmtWriter() 94 ASTWriter::RecordData &Record) in ASTStmtWriter() 3050 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID() 3057 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID() 3062 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs() 3068 void ASTWriter::WriteSubStmt(ASTContext &Context, 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(ASTContext &Context, ASTWriter &W, in ASTRecordWriter() 64 ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 69 ASTRecordWriter(ASTRecordWriter &Parent, ASTWriter::RecordDataImpl &Record) in ASTRecordWriter() 78 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 | 95 class ASTWriter : public ASTDeserializationListener, 688 ASTWriter(llvm::BitstreamWriter &Stream, SmallVectorImpl<char> &Buffer, 693 ~ASTWriter() override; 982 ASTWriter Writer; 987 ASTWriter &getWriter() { return Writer; } in getWriter() 988 const ASTWriter &getWriter() const { return Writer; } in getWriter()
|
| H A D | ASTReader.h | 421 friend class ASTWriter; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaCUDA.h | 39 class ASTWriter; variable 285 friend class ASTWriter; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclID.h | 171 class ASTWriter; variable 184 friend class ASTWriter; variable
|
| H A D | RawCommentList.h | 237 friend class ASTWriter; variable
|
| H A D | DeclBase.h | 1458 friend class ASTWriter;
|
| H A D | ASTContext.h | 513 friend class ASTWriter; variable
|
| H A D | DeclCXX.h | 265 friend class ASTWriter; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TestModuleFileExtension.h | 61 createExtensionWriter(ASTWriter &Writer) override;
|
| H A D | TestModuleFileExtension.cpp | 106 TestModuleFileExtension::createExtensionWriter(ASTWriter &) { in createExtensionWriter() argument
|
| H A D | PrecompiledPreamble.cpp | 261 void setEmittedPreamblePCH(ASTWriter &Writer) { in setEmittedPreamblePCH() 825 void PreambleCallbacks::AfterPCHEmitted(ASTWriter &Writer) {} in AfterPCHEmitted()
|
| H A D | ASTUnit.cpp | 216 ASTWriter Writer; 1076 void AfterPCHEmitted(ASTWriter &Writer) override { in AfterPCHEmitted() 2370 static bool serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, in serializeUnit() 2388 ASTWriter Writer(Stream, Buffer, *ModCache, {}); in serialize()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenCLOptions.h | 184 friend class ASTWriter; variable
|
| H A D | SourceLocation.h | 59 friend class ASTWriter; 92 friend class ASTWriter; variable
|
| H A D | SourceManager.h | 65 class ASTWriter; variable 297 friend class clang::ASTWriter; 1853 friend class ASTWriter; variable
|
| H A D | Diagnostic.h | 451 friend class ASTWriter; variable 1048 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/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 834 {"_ZN5clang9ASTWriterD1Ev", "clang::ASTWriter::~ASTWriter()"}, 854 {"_ZThn8_N5clang9ASTWriterD1Ev", "non-virtual thunk to clang::ASTWriter::~ASTWriter()"}, 855 {"_ZN5clang9ASTWriterD2Ev", "clang::ASTWriter::~ASTWriter()"}, 856 {"_ZN5clang9ASTWriterD0Ev", "clang::ASTWriter::~ASTWriter()"}, 857 {"_ZThn8_N5clang9ASTWriterD0Ev", "non-virtual thunk to clang::ASTWriter::~ASTWriter()"}, 2422 {"_ZN5clang9ASTWriter19WriteBlockInfoBlockEv", "clang::ASTWriter::WriteBlockInfoBlock()"}, 2425 {"_ZN5clang9ASTWriter13WriteMetadataERNS_10ASTContextEPKc", "clang::ASTWriter::WriteMetadata(clang:… 2426 {"_ZN5clang9ASTWriter20WriteLanguageOptionsERKNS_11LangOptionsE", "clang::ASTWriter::WriteLanguageO… 2427 {"_ZN5clang9ASTWriter14WriteStatCacheERNS_17MemorizeStatCallsE", "clang::ASTWriter::WriteStatCache(… 2428 …ourceManagerBlockERNS_13SourceManagerERKNS_12PreprocessorEPKc", "clang::ASTWriter::WriteSourceMana… [all …]
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 662 SRCS_MIN+= Serialization/ASTWriter.cpp
|