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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 bool DisablePCHValidation; member in class:clang::PreprocessorOptions
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp292 createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, void *DeserializationListener) argument
310 createPCHExternalASTSource(StringRef Path, const std::string &Sysroot, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context, void *DeserializationListener, bool Preamble, bool UseGlobalModuleIndex) argument

Completed in 27 milliseconds