Home
last modified time | relevance | path

Searched refs:ThePCHContainerOperations (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h126 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable
525 return ThePCHContainerOperations; in getPCHContainerOperations()
533 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()
547 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp71 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()