Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h330 unsigned BuildingImplicitModule : 1; variable
513 ASTDumpLookups(false), BuildingImplicitModule(false), in FrontendOptions()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp204 +CI.getFrontendOpts().BuildingImplicitModule, in CreateASTConsumer()
206 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateASTConsumer()
H A DCompilerInstance.cpp1190 FrontendOpts.BuildingImplicitModule = true;