Home
last modified time | relevance | path

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

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