HomeSort by relevance Sort by last modified time
    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/Frontend/
PCHContainerOperations.cpp 23 PCHContainerWriter::~PCHContainerWriter() {}

Completed in 208 milliseconds