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

/external/clang/include/clang/Frontend/
H A DPreprocessorOptions.h66 bool DisablePCHValidation; member in class:clang::PreprocessorOptions
170 DisablePCHValidation(false), DisableStatCache(false),
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp308 bool DisablePCHValidation,
315 DisablePCHValidation,
328 bool DisablePCHValidation,
338 DisablePCHValidation, DisableStatCache,
942 PPOpts.DisablePCHValidation,
307 createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, bool DisableStatCache, bool AllowPCHWithCompilerErrors, void *DeserializationListener) argument
326 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool DisableStatCache, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble) argument

Completed in 46 milliseconds