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.cpp389 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
394 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
403 StringRef Path, const std::string &Sysroot, bool DisablePCHValidation,
412 DisablePCHValidation,
1227 PPOpts.DisablePCHValidation,
388 createPCHExternalASTSource( StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener, bool OwnDeserializationListener) argument
402 createPCHExternalASTSource( StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool OwnDeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument

Completed in 236 milliseconds