Searched refs:AllowASTWithErrors (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGeneratePCH.cpp31 bool AllowASTWithErrors, bool IncludeTimestamps)
35 AllowASTWithErrors(AllowASTWithErrors) {
48 if (hasErrors && !AllowASTWithErrors)
26 PCHGenerator( const Preprocessor &PP, StringRef OutputFile, clang::Module *Module, StringRef isysroot, std::shared_ptr<PCHBuffer> Buffer, ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions, bool AllowASTWithErrors, bool IncludeTimestamps) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h896 bool AllowASTWithErrors; member in class:clang::PCHGenerator
909 bool AllowASTWithErrors = false,

Completed in 111 milliseconds