Home
last modified time | relevance | path

Searched refs:GenerateGlobalModuleIndex (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Frontend/
H A DFrontendOptions.h147 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/
DFrontendOptions.h336 unsigned GenerateGlobalModuleIndex : 1;
559 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DFrontendOptions.h340 unsigned GenerateGlobalModuleIndex : 1;
563 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DFrontendOptions.h340 unsigned GenerateGlobalModuleIndex : 1;
563 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DFrontendOptions.h344 unsigned GenerateGlobalModuleIndex : 1;
592 GenerateGlobalModuleIndex(true), ASTDumpDecls(false), in FrontendOptions()
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp75 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
970 FrontendOpts.GenerateGlobalModuleIndex = false; in compileModuleImpl()
1060 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
H A DCompilerInvocation.cpp1198 Opts.GenerateGlobalModuleIndex = Opts.UseGlobalModuleIndex; in ParseFrontendArgs()