Searched refs:CXX20ModulesGenerator (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 93 CXX20ModulesGenerator::CXX20ModulesGenerator(Preprocessor &PP, in CXX20ModulesGenerator() function in CXX20ModulesGenerator 105 Module *CXX20ModulesGenerator::getEmittingModule(ASTContext &Ctx) { in getEmittingModule() 112 void CXX20ModulesGenerator::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit() 137 void CXX20ModulesGenerator::anchor() {} in anchor()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 966 class CXX20ModulesGenerator : public PCHGenerator { 972 CXX20ModulesGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, 976 CXX20ModulesGenerator(Preprocessor &PP, InMemoryModuleCache &ModuleCache, in CXX20ModulesGenerator() function 978 : CXX20ModulesGenerator(PP, ModuleCache, OutputFile, in CXX20ModulesGenerator() 984 class ReducedBMIGenerator : public CXX20ModulesGenerator { 990 : CXX20ModulesGenerator(PP, ModuleCache, OutputFile, in ReducedBMIGenerator()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 284 Consumers.push_back(std::make_unique<CXX20ModulesGenerator>( in CreateASTConsumer()
|