Searched refs:ThePCHContainerOperations (Results 1 – 2 of 2) sorted by relevance
140 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable567 return ThePCHContainerOperations; in getPCHContainerOperations()575 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()589 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
75 ThePCHContainerOperations(std::move(PCHContainerOps)) { in CompilerInstance()