Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h143 unsigned GenerateGlobalModuleIndex : 1; ///< Whether we can generate the variable
249 GenerateGlobalModuleIndex(true), ASTDumpLookups(false), in FrontendOptions()
/external/clang/lib/Frontend/
DCompilerInstance.cpp72 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
903 FrontendOpts.GenerateGlobalModuleIndex = false; in compileModuleImpl()
979 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
DCompilerInvocation.cpp832 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()