Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h312 unsigned UseGlobalModuleIndex : 1; variable
511 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h674 bool Preamble, bool UseGlobalModuleIndex);
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp169 ScanInstance.getFrontendOpts().UseGlobalModuleIndex = false; in runInvocation()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp622 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
634 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
642 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1673 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()
H A DCompilerInvocation.cpp471 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5735 MarshallingInfoNegativeFlag<FrontendOpts<"UseGlobalModuleIndex">>;