Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h141 unsigned UseGlobalModuleIndex : 1; ///< Whether we can use the variable
260 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h595 bool Preamble, bool UseGlobalModuleIndex);
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp405 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
414 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
424 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1255 getFrontendOpts().UseGlobalModuleIndex); in createModuleManager()
H A DCompilerInvocation.cpp881 Opts.UseGlobalModuleIndex = !Args.hasArg(OPT_fno_modules_global_index); in ParseFrontendArgs()
882 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()