Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
DFrontendOptions.h275 unsigned GenerateGlobalModuleIndex : 1; variable
462 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp79 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
1112 FrontendOpts.GenerateGlobalModuleIndex = false;
1260 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
DCompilerInvocation.cpp455 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()