clang 19.0.0git
List of all members
clang::RawPCHContainerWriter Class Reference

Implements write operations for a raw pass-through PCH container. More...

#include "clang/Serialization/PCHContainerOperations.h"

Inheritance diagram for clang::RawPCHContainerWriter:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from clang::PCHContainerWriter
virtual ~PCHContainerWriter ()=0
 
virtual llvm::StringRef getFormat () const =0
 
virtual std::unique_ptr< ASTConsumerCreatePCHContainerGenerator (CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, std::unique_ptr< llvm::raw_pwrite_stream > OS, std::shared_ptr< PCHBuffer > Buffer) const =0
 Return an ASTConsumer that can be chained with a PCHGenerator that produces a wrapper file format containing a serialized AST bitstream.
 

Detailed Description

Implements write operations for a raw pass-through PCH container.

Definition at line 66 of file PCHContainerOperations.h.


The documentation for this class was generated from the following files: