Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h132 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable
581 return ThePCHContainerOperations; in getPCHContainerOperations()
589 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()
603 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp72 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()