Searched refs:UseGlobalModuleIndex (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 145 unsigned UseGlobalModuleIndex : 1; ///< Whether we can use the variable 280 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
H A D | CompilerInstance.h | 660 bool Preamble, bool UseGlobalModuleIndex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | FrontendOptions.h | 332 unsigned UseGlobalModuleIndex : 1; 558 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
D | CompilerInstance.h | 708 bool Preamble, bool UseGlobalModuleIndex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | FrontendOptions.h | 336 unsigned UseGlobalModuleIndex : 1; 562 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
D | CompilerInstance.h | 714 bool Preamble, bool UseGlobalModuleIndex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | FrontendOptions.h | 336 unsigned UseGlobalModuleIndex : 1; 562 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
D | CompilerInstance.h | 714 bool Preamble, bool UseGlobalModuleIndex);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | FrontendOptions.h | 340 unsigned UseGlobalModuleIndex : 1; 591 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
D | CompilerInstance.h | 750 bool Preamble, bool UseGlobalModuleIndex);
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 420 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource() 429 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument 436 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex)); in createPCHExternalASTSource() 1313 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()
|
H A D | CompilerInvocation.cpp | 1197 Opts.UseGlobalModuleIndex = !Args.hasArg(OPT_fno_modules_global_index); in ParseFrontendArgs() 1198 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Options.inc | 8179 …the global module index", nullptr, nullptr, true, 0, FrontendOpts.UseGlobalModuleIndex, true, fals…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Options.inc | 8329 …the global module index", nullptr, nullptr, true, 0, FrontendOpts.UseGlobalModuleIndex, true, fals…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Options.inc | 8329 …the global module index", nullptr, nullptr, true, 0, FrontendOpts.UseGlobalModuleIndex, true, fals…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Options.inc | 8479 …2>{{0, 0}}, nullptr) }}), nullptr, nullptr, true, 0, FrontendOpts.UseGlobalModuleIndex, true, fals…
|