|
clang
3.8.0
|
This abstract interface provides operations for creating containers for serialized ASTs (precompiled headers and clang modules). More...
#include <PCHContainerOperations.h>
Public Member Functions | |
| virtual | ~PCHContainerWriter ()=0 |
| virtual StringRef | getFormat () const =0 |
| virtual std::unique_ptr < ASTConsumer > | CreatePCHContainerGenerator (CompilerInstance &CI, const std::string &MainFileName, const std::string &OutputFileName, 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. More... | |
This abstract interface provides operations for creating containers for serialized ASTs (precompiled headers and clang modules).
Definition at line 41 of file PCHContainerOperations.h.
|
pure virtual |
Definition at line 569 of file FileManager.cpp.
|
pure virtual |
Return an ASTConsumer that can be chained with a PCHGenerator that produces a wrapper file format containing a serialized AST bitstream.
Referenced by clang::GeneratePCHAction::CreateASTConsumer(), and clang::GenerateModuleAction::CreateASTConsumer().
|
pure virtual |
1.8.6