Searched defs:UseGlobalModuleIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
H A DCompilerInstance.cpp414 getFrontendOpts().UseGlobalModuleIndex);
423 bool Preamble, bool UseGlobalModuleIndex) {
430 HSOpts.ModulesValidateSystemHeaders, UseGlobalModuleIndex));
1277 getFrontendOpts().UseGlobalModuleIndex,
417 createPCHExternalASTSource( StringRef Path, StringRef Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, const PCHContainerReader &PCHContainerRdr, ArrayRef<IntrusiveRefCntPtr<ModuleFileExtension>> Extensions, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument

Completed in 55 milliseconds