Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h121 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable
513 return ThePCHContainerOperations; in getPCHContainerOperations()
521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()
535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
/external/clang/lib/Frontend/
DCompilerInstance.cpp60 ThePCHContainerOperations(std::move(PCHContainerOps)), in CompilerInstance()