Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h272 unsigned UseGlobalModuleIndex : 1; variable
461 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DCompilerInstance.h673 bool Preamble, bool UseGlobalModuleIndex);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp572 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
584 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
592 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1534 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()
H A DCompilerInvocation.cpp455 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5255 MarshallingInfoNegativeFlag<FrontendOpts<"UseGlobalModuleIndex">>;