Searched refs:ThePCHContainerOperations (Results 1 – 4 of 4) sorted by relevance
121 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable513 return ThePCHContainerOperations; in getPCHContainerOperations()521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
125 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable523 return ThePCHContainerOperations; in getPCHContainerOperations()531 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()545 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
60 ThePCHContainerOperations(std::move(PCHContainerOps)), in CompilerInstance()
65 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()