Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h344 unsigned UseGlobalModuleIndex : 1;
600 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h750 bool Preamble, bool UseGlobalModuleIndex);
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp621 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
633 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
641 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1741 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()
H A DCompilerInvocation.cpp582 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp337 ScanInstance.getFrontendOpts().UseGlobalModuleIndex = false; in runInvocation()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7568 MarshallingInfoNegativeFlag<FrontendOpts<"UseGlobalModuleIndex">>;