Searched refs:PCHGenerator (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp9 // This file defines the PCHGenerator, which as a SemaConsumer that generates
23 PCHGenerator::PCHGenerator( function in class:PCHGenerator
38 PCHGenerator::~PCHGenerator() {
41 void PCHGenerator::HandleTranslationUnit(ASTContext &Ctx) {
72 ASTMutationListener *PCHGenerator::GetASTMutationListener() {
76 ASTDeserializationListener *PCHGenerator::GetASTDeserializationListener() {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h740 class PCHGenerator : public SemaConsumer { class in namespace:clang
757 PCHGenerator(const Preprocessor &PP, InMemoryModuleCache &ModuleCache,
763 ~PCHGenerator() override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp162 auto consumer = std::make_unique<PCHGenerator>(
H A DPrecompiledPreamble.cpp157 class PrecompilePreambleConsumer : public PCHGenerator {
164 : PCHGenerator(PP, ModuleCache, "", isysroot,
176 PCHGenerator::HandleTranslationUnit(Ctx);
H A DFrontendActions.cpp112 Consumers.push_back(std::make_unique<PCHGenerator>(
175 Consumers.push_back(std::make_unique<PCHGenerator>(

Completed in 81 milliseconds