Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp102 CXX20ModulesGenerator::CXX20ModulesGenerator(Preprocessor &PP, in CXX20ModulesGenerator() function in CXX20ModulesGenerator
115 Module *CXX20ModulesGenerator::getEmittingModule(ASTContext &Ctx) { in getEmittingModule()
122 void CXX20ModulesGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit()
140 void CXX20ModulesGenerator::anchor() {} in anchor()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1017 class CXX20ModulesGenerator : public PCHGenerator {
1023 CXX20ModulesGenerator(Preprocessor &PP, ModuleCache &ModCache,
1028 CXX20ModulesGenerator(Preprocessor &PP, ModuleCache &ModCache,
1030 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() function
1037 class ReducedBMIGenerator : public CXX20ModulesGenerator {
1043 : CXX20ModulesGenerator(PP, ModCache, OutputFile, in CXX20ModulesGenerator() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp299 Consumers.push_back(std::make_unique<CXX20ModulesGenerator>( in CreateASTConsumer()