Home
last modified time | relevance | path

Searched refs:ASTWriter (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp153 ASTWriter &Writer;
154 ASTWriter::RecordData Record;
158 ASTTypeWriter(ASTWriter &Writer) in ASTTypeWriter()
508 void ASTWriter::WriteTypeAbbrevs() { in WriteTypeAbbrevs()
551 ASTWriter::RecordDataImpl &Record) { in EmitBlockID()
567 ASTWriter::RecordDataImpl &Record) { in EmitRecordID()
576 ASTWriter::RecordDataImpl &Record) { in AddStmtsExprs()
707 void ASTWriter::WriteBlockInfoBlock() { in WriteBlockInfoBlock()
1033 ASTWriter::createSignature(StringRef AllBytes, StringRef ASTBlockBytes) { in createSignature()
1051 ASTFileSignature ASTWriter::writeUnhashedControlBlock(Preprocessor &PP, in writeUnhashedControlBlock()
[all …]
H A DCMakeLists.txt13 ASTWriter.cpp
H A DASTWriterDecl.cpp35 ASTWriter &Writer;
43 ASTDeclWriter(ASTWriter &Writer, ASTContext &Context, in ASTDeclWriter()
44 ASTWriter::RecordDataImpl &Record) in ASTDeclWriter()
263 Writer.DeclUpdates[Template].push_back(ASTWriter::DeclUpdate( in RegisterTemplateSpecialization()
1254 ASTWriter::DeclUpdate(UPD_CXX_ADDED_ANONYMOUS_NAMESPACE, D)); in VisitNamespaceDecl()
1763 const Decl *ASTWriter::getFirstLocalDecl(const Decl *D) { in getFirstLocalDecl()
1807 ASTWriter::RecordData LocalRedecls; in VisitRedeclarable()
1888 void ASTWriter::WriteDeclAbbrevs() { in WriteDeclAbbrevs()
2391 void ASTWriter::WriteDecl(ASTContext &Context, Decl *D) { in WriteDecl()
H A DASTWriterStmt.cpp33 ASTWriter &Writer;
40 ASTStmtWriter(ASTWriter &Writer, ASTWriter::RecordData &Record) in ASTStmtWriter()
2568 unsigned ASTWriter::RecordSwitchCaseID(SwitchCase *S) { in RecordSwitchCaseID()
2576 unsigned ASTWriter::getSwitchCaseID(SwitchCase *S) { in getSwitchCaseID()
2582 void ASTWriter::ClearSwitchCaseIDs() { in ClearSwitchCaseIDs()
2588 void ASTWriter::WriteSubStmt(Stmt *S) { in WriteSubStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordWriter.h28 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 DModuleFileExtension.h27 class ASTWriter; variable
95 createExtensionWriter(ASTWriter &Writer) = 0;
H A DASTWriter.h99 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 DASTReader.h356 friend class ASTWriter; variable
/netbsd-src/external/apache2/llvm/lib/libclangSerialization/
H A DMakefile13 ASTWriter.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Serialization/
H A DBUILD.gn21 "ASTWriter.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTestModuleFileExtension.h61 createExtensionWriter(ASTWriter &Writer) override;
H A DTestModuleFileExtension.cpp109 TestModuleFileExtension::createExtensionWriter(ASTWriter &) { in createExtensionWriter() argument
H A DPrecompiledPreamble.cpp206 void setEmittedPreamblePCH(ASTWriter &Writer) { in setEmittedPreamblePCH()
851 void PreambleCallbacks::AfterPCHEmitted(ASTWriter &Writer) {} in AfterPCHEmitted()
H A DASTUnit.cpp221 ASTWriter Writer;
1027 void AfterPCHEmitted(ASTWriter &Writer) override { in AfterPCHEmitted()
2298 static bool serializeUnit(ASTWriter &Writer, in serializeUnit()
2323 ASTWriter Writer(Stream, Buffer, ModuleCache, {}); in serialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h61 friend class ASTWriter;
91 friend class ASTWriter; variable
H A DOpenCLOptions.h166 friend class ASTWriter; variable
H A DSourceManager.h62 class ASTWriter; variable
284 friend class clang::ASTWriter;
1761 friend class ASTWriter; variable
H A DDiagnostic.h394 friend class ASTWriter; variable
1039 friend class ASTWriter; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h205 friend class ASTWriter; variable
H A DDeclBase.h1357 friend class ASTWriter;
H A DASTContext.h458 friend class ASTWriter; variable
H A DDeclCXX.h260 friend class ASTWriter; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h288 virtual void AfterPCHEmitted(ASTWriter &Writer);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h524 friend class ASTWriter; variable
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst307 the ``ASTWriter::WriteAttributes`` function.

12