Home
last modified time | relevance | path

Searched refs:UseGlobalModuleIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h283 unsigned UseGlobalModuleIndex : 1; variable
444 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h681 bool Preamble, bool UseGlobalModuleIndex);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp500 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
511 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
518 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex)); in createPCHExternalASTSource()
1489 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()
H A DCompilerInvocation.cpp1720 Opts.UseGlobalModuleIndex = !Args.hasArg(OPT_fno_modules_global_index); in ParseFrontendArgs()
1721 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()