clang
3.7.0
|
#include <PCHContainerOperations.h>
Public Member Functions | |
virtual | ~PCHContainerReader ()=0 |
virtual StringRef | getFormat () const =0 |
Equivalent to the format passed to -fmodule-format=. More... | |
virtual void | ExtractPCH (llvm::MemoryBufferRef Buffer, llvm::BitstreamReader &StreamFile) const =0 |
This abstract interface provides operations for unwrapping containers for serialized ASTs (precompiled headers and clang modules).
Definition at line 62 of file PCHContainerOperations.h.
|
pure virtual |
Definition at line 592 of file FileManager.cpp.
|
pure virtual |
Initialize an llvm::BitstreamReader with the serialized AST inside the PCH container Buffer.
Referenced by clang::serialization::ModuleManager::addModule(), clang::ASTReader::getOriginalSourceFile(), and clang::ASTReader::readASTFileControlBlock().
|
pure virtual |
Equivalent to the format passed to -fmodule-format=.
Referenced by clang::ASTUnit::LoadFromASTFile().