Searched refs:hasErrors (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGeneratePCH.cpp47 bool hasErrors = PP.getDiagnostics().hasErrorOccurred();
48 if (hasErrors && !AllowASTWithErrors)
53 Writer.WriteAST(*SemaPtr, OutputFile, Module, isysroot, hasErrors);
H A DASTWriter.cpp3810 bool hasErrors) {
3813 ASTHasCompilerErrors = hasErrors;
3807 WriteAST(Sema &SemaRef, const std::string &OutputFile, Module *WritingModule, StringRef isysroot, bool hasErrors) argument
H A DASTReader.cpp1862 bool hasErrors = Record[5];
1863 if (hasErrors && !DisableValidation && !AllowASTWithCompilerErrors) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp84 bool CapturedDiagList::hasErrors() const { function in class:CapturedDiagList
324 return capturedDiags.hasErrors() || testAct.hasReportedErrors();
584 HadARCErrors = HadARCErrors || capturedDiags.hasErrors();
H A DInternals.h37 bool hasErrors() const;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2568 bool hasErrors,
2570 Writer.WriteAST(S, std::string(), 0, "", hasErrors);
2580 bool hasErrors = getDiagnostics().hasErrorOccurred(); local
2584 getSema(), hasErrors, OS);
2589 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS);
2565 serializeUnit(ASTWriter &Writer, SmallVectorImpl<char> &Buffer, Sema &S, bool hasErrors, raw_ostream &OS) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h502 bool hasErrors = false);

Completed in 221 milliseconds