OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCHContainerWriter
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h
38
class
PCHContainerWriter
{
40
virtual ~
PCHContainerWriter
() = 0;
68
class RawPCHContainerWriter : public
PCHContainerWriter
{
89
/// A registry of
PCHContainerWriter
and -Reader objects for different formats.
91
llvm::StringMap<std::unique_ptr<
PCHContainerWriter
>> Writers;
97
void registerWriter(std::unique_ptr<
PCHContainerWriter
> Writer) {
103
const
PCHContainerWriter
*getWriterOrNull(llvm::StringRef Format) {
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h
16
/// A
PCHContainerWriter
implementation that uses LLVM to
18
class ObjectFilePCHContainerWriter : public
PCHContainerWriter
{
/src/external/apache2/llvm/dist/clang/lib/Serialization/
PCHContainerOperations.cpp
22
PCHContainerWriter
::~
PCHContainerWriter
() {}
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
525
/// Return the appropriate
PCHContainerWriter
depending on the
527
const
PCHContainerWriter
&getPCHContainerWriter() const {
Completed in 15 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026