Searched refs:GenerateGlobalModuleIndex (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 147 unsigned GenerateGlobalModuleIndex : 1; ///< Whether we can generate the variable 281 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), ASTDumpLookups(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | FrontendOptions.h | 336 unsigned GenerateGlobalModuleIndex : 1; 559 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | FrontendOptions.h | 340 unsigned GenerateGlobalModuleIndex : 1; 563 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | FrontendOptions.h | 340 unsigned GenerateGlobalModuleIndex : 1; 563 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | FrontendOptions.h | 344 unsigned GenerateGlobalModuleIndex : 1; 592 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 75 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex() 970 FrontendOpts.GenerateGlobalModuleIndex = false; in compileModuleImpl() 1060 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
|
H A D | CompilerInvocation.cpp | 1198 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()
|