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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h734 bool AllowASTWithCompilerErrors; member in class:clang::ASTReader
1173 /// \param AllowASTWithCompilerErrors If true, the AST reader will accept an
1181 bool AllowASTWithCompilerErrors = false,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1863 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
7590 bool AllowASTWithCompilerErrors, bool UseGlobalIndex)
7596 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors),
7588 ASTReader(Preprocessor &PP, ASTContext &Context, StringRef isysroot, bool DisableValidation, bool AllowASTWithCompilerErrors, bool UseGlobalIndex) argument

Completed in 111 milliseconds