|
clang
5.0.0
|
This abstract interface provides operations for unwrapping containers for serialized ASTs (precompiled headers and clang modules). More...
#include "clang/Frontend/PCHContainerOperations.h"
Public Member Functions | |
| virtual | ~PCHContainerReader ()=0 |
| virtual StringRef | getFormat () const =0 |
| Equivalent to the format passed to -fmodule-format=. More... | |
| virtual StringRef | ExtractPCH (llvm::MemoryBufferRef Buffer) const =0 |
| Returns the serialized AST inside the PCH container Buffer. More... | |
This abstract interface provides operations for unwrapping containers for serialized ASTs (precompiled headers and clang modules).
Definition at line 60 of file PCHContainerOperations.h.
|
pure virtual |
Definition at line 24 of file PCHContainerOperations.cpp.
|
pure virtual |
Returns 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().
1.8.6