OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCHContainerWriter
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Frontend/
PCHContainerOperations.h
41
class
PCHContainerWriter
{
43
virtual ~
PCHContainerWriter
() = 0;
71
class RawPCHContainerWriter : public
PCHContainerWriter
{
91
/// A registry of
PCHContainerWriter
and -Reader objects for different formats.
93
llvm::StringMap<std::unique_ptr<
PCHContainerWriter
>> Writers;
99
void registerWriter(std::unique_ptr<
PCHContainerWriter
> Writer) {
105
const
PCHContainerWriter
*getWriterOrNull(StringRef Format) {
CompilerInstance.h
516
/// Return the appropriate
PCHContainerWriter
depending on the
518
const
PCHContainerWriter
&getPCHContainerWriter() const {
/external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h
17
/// A
PCHContainerWriter
implementation that uses LLVM to
19
class ObjectFilePCHContainerWriter : public
PCHContainerWriter
{
/external/clang/lib/Basic/
FileManager.cpp
569
PCHContainerWriter
::~
PCHContainerWriter
() {}
Completed in 650 milliseconds