Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp42 class PCHContainerGenerator : public ASTConsumer { class
141 PCHContainerGenerator(CompilerInstance &CI, const std::string &MainFileName, in PCHContainerGenerator() function in __anon8fee51a70111::PCHContainerGenerator
168 ~PCHContainerGenerator() override = default;
348 return std::make_unique<PCHContainerGenerator>( in CreatePCHContainerGenerator()