Home
last modified time | relevance | path

Searched refs:ThePCHContainerOperations (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h125 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations; variable
523 return ThePCHContainerOperations; in getPCHContainerOperations()
531 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format); in getPCHContainerWriter()
545 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format); in getPCHContainerReader()
/external/clang/lib/Frontend/
DCompilerInstance.cpp60 ThePCHContainerOperations(std::move(PCHContainerOps)), in CompilerInstance()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp65 ThePCHContainerOperations(std::move(PCHContainerOps)) {} in CompilerInstance()