clang 19.0.0git
List of all members
clang::RawPCHContainerReader Class Reference

Implements read operations for a raw pass-through PCH container. More...

#include "clang/Serialization/PCHContainerOperations.h"

Inheritance diagram for clang::RawPCHContainerReader:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from clang::PCHContainerReader
virtual ~PCHContainerReader ()=0
 
virtual llvm::ArrayRef< llvm::StringRef > getFormats () const =0
 Equivalent to the format passed to -fmodule-format=.
 
virtual llvm::StringRef ExtractPCH (llvm::MemoryBufferRef Buffer) const =0
 Returns the serialized AST inside the PCH container Buffer.
 

Detailed Description

Implements read operations for a raw pass-through PCH container.

Definition at line 80 of file PCHContainerOperations.h.


The documentation for this class was generated from the following files: