Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h126 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable
522 return ThePCHContainerOperations; in getPCHContainerOperations()
530 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()
544 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp65 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()