Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp572 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
584 bool Preamble, bool UseGlobalModuleIndex) { in createPCHExternalASTSource() argument
592 UseGlobalModuleIndex)); in createPCHExternalASTSource()
1517 getFrontendOpts().UseGlobalModuleIndex, std::move(ReadTimer)); in createASTReader()
H A DCompilerInvocation.cpp455 FrontendOpts.GenerateGlobalModuleIndex = FrontendOpts.UseGlobalModuleIndex; in FixupInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5195 MarshallingInfoNegativeFlag<FrontendOpts<"UseGlobalModuleIndex">>;