/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 153 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 D | CMakeLists.txt | 13 ASTWriter.cpp
|
H A D | ASTWriterDecl.cpp | 35 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 D | ASTWriterStmt.cpp | 33 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 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
|
/netbsd-src/external/apache2/llvm/lib/libclangSerialization/ |
H A D | Makefile | 13 ASTWriter.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Serialization/ |
H A D | BUILD.gn | 21 "ASTWriter.cpp",
|
/netbsd-src/external/apache2/llvm/dist/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; 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 D | SourceLocation.h | 61 friend class ASTWriter; 91 friend class ASTWriter; variable
|
H A D | OpenCLOptions.h | 166 friend class ASTWriter; variable
|
H A D | SourceManager.h | 62 class ASTWriter; variable 284 friend class clang::ASTWriter; 1761 friend class ASTWriter; variable
|
H A D | Diagnostic.h | 394 friend class ASTWriter; variable 1039 friend class ASTWriter; variable
|
/netbsd-src/external/apache2/llvm/dist/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 | 458 friend class ASTWriter; variable
|
H A D | DeclCXX.h | 260 friend class ASTWriter; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 288 virtual void AfterPCHEmitted(ASTWriter &Writer);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 524 friend class ASTWriter; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 307 the ``ASTWriter::WriteAttributes`` function.
|