Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp28 bool BuildingImplicitModule, bool ShouldCacheASTInMemory) in PCHGenerator() argument
32 IncludeTimestamps, BuildingImplicitModule), in PCHGenerator()
H A DASTWriter.cpp1525 bool SkipMacros = BuildingImplicitModule && !HSOpts.DisableModuleHash; in WriteControlBlock()
4604 bool IncludeTimestamps, bool BuildingImplicitModule) in ASTWriter() argument
4607 BuildingImplicitModule(BuildingImplicitModule) { in ASTWriter()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h356 unsigned BuildingImplicitModule : 1;
560 ASTDumpLookups(false), BuildingImplicitModule(false), in FrontendOptions()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h156 bool BuildingImplicitModule = false; variable
599 bool IncludeTimestamps = true, bool BuildingImplicitModule = false);
865 bool BuildingImplicitModule = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
206 +CI.getFrontendOpts().BuildingImplicitModule && in CreateASTConsumer()
208 /*BuildingImplicitModule=*/+CI.getFrontendOpts().BuildingImplicitModule, in CreateASTConsumer()
210 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateASTConsumer()
H A DCompilerInstance.cpp1214 FrontendOpts.BuildingImplicitModule = true;