Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h286 unsigned GenerateGlobalModuleIndex : 1; variable
445 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp83 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
1080 FrontendOpts.GenerateGlobalModuleIndex = false;
1228 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
H A DCompilerInvocation.cpp1721 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()