Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h310 unsigned UseGlobalModuleIndex : 1; variable
516 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h676 bool Preamble, bool UseGlobalModuleIndex);
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp629 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
641 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
649 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1687 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()
H A DCompilerInvocation.cpp474 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp192 ScanInstance.getFrontendOpts().UseGlobalModuleIndex = false; in runInvocation()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5918 MarshallingInfoNegativeFlag<FrontendOpts<"UseGlobalModuleIndex">>;