Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h275 unsigned GenerateGlobalModuleIndex : 1; variable
462 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp79 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
1095 FrontendOpts.GenerateGlobalModuleIndex = false;
1243 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModule()
H A DCompilerInvocation.cpp455 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()