Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h145 unsigned UseGlobalModuleIndex : 1; ///< Whether we can use the variable
280 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
DCompilerInstance.h660 bool Preamble, bool UseGlobalModuleIndex);
/external/clang/lib/Frontend/
DCompilerInstance.cpp420 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
429 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
436 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex)); in createPCHExternalASTSource()
1313 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()
DCompilerInvocation.cpp1197 Opts.UseGlobalModuleIndex = !Args.hasArg(OPT_fno_modules_global_index); in ParseFrontendArgs()
1198 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()