Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.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-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDCompilerInstance.cpp72 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()