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

/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 bool DisablePCHValidation; member in class:clang::PreprocessorOptions
144 DisablePCHValidation(false),
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
414 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
424 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
434 Sysroot.empty() ? "" : Sysroot.data(), DisablePCHValidation,
1309 Sysroot.empty() ? "" : Sysroot.c_str(), PPOpts.DisablePCHValidation,
409 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument
423 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 97 milliseconds