Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp30 bool BuildingImplicitModule, bool ShouldCacheASTInMemory, in PCHGenerator() argument
35 IncludeTimestamps, BuildingImplicitModule, GeneratingReducedBMI), in PCHGenerator()
H A DASTWriter.cpp1638 bool SkipMacros = BuildingImplicitModule && !HSOpts.DisableModuleHash; in WriteControlBlock()
4839 bool IncludeTimestamps, bool BuildingImplicitModule, in ASTWriter() argument
4843 BuildingImplicitModule(BuildingImplicitModule), in ASTWriter()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h368 unsigned BuildingImplicitModule : 1;
602 ASTDumpLookups(false), BuildingImplicitModule(false), in FrontendOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h159 bool BuildingImplicitModule = false; variable
645 bool IncludeTimestamps = true, bool BuildingImplicitModule = false,
954 bool BuildingImplicitModule = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp144 FrontendOpts.IncludeTimestamps, FrontendOpts.BuildingImplicitModule, in CreateASTConsumer()
206 +CI.getFrontendOpts().BuildingImplicitModule && in CreateMultiplexConsumer()
208 /*BuildingImplicitModule=*/+CI.getFrontendOpts().BuildingImplicitModule, in CreateMultiplexConsumer()
210 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateMultiplexConsumer()
H A DCompilerInstance.cpp1215 FrontendOpts.BuildingImplicitModule = true;