Home
last modified time | relevance | path

Searched refs:UseGlobalModuleIndex (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
DFrontendOptions.h143 unsigned UseGlobalModuleIndex : 1; ///< Whether we can use the variable
275 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
DCompilerInstance.h660 bool Preamble, bool UseGlobalModuleIndex);
/external/clang/lib/Frontend/
DCompilerInstance.cpp414 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
423 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
430 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex)); in createPCHExternalASTSource()
1277 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()
DCompilerInvocation.cpp1033 Opts.UseGlobalModuleIndex = !Args.hasArg(OPT_fno_modules_global_index); in ParseFrontendArgs()
1034 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()