Searched refs:hasErrors (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | GeneratePCH.cpp | 46 bool hasErrors = PP.getDiagnostics().hasErrorOccurred(); in HandleTranslationUnit() local 47 if (hasErrors && !AllowASTWithErrors) in HandleTranslationUnit() 56 assert(hasErrors && "emitting module but current module doesn't exist"); in HandleTranslationUnit()
|
| D | ASTReader.cpp | 2795 bool hasErrors = Record[6]; in ReadControlBlock() local 2796 if (hasErrors && !DisableValidation) { in ReadControlBlock() 2808 if (hasErrors) { in ReadControlBlock()
|
| D | ASTWriter.cpp | 4528 bool hasErrors, in WriteAST() argument 4533 ASTHasCompilerErrors = hasErrors; in WriteAST()
|
| /openbsd/src/gnu/llvm/clang/lib/ARCMigrate/ |
| D | ARCMT.cpp | 86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList 329 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues() 555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
|
| D | Internals.h | 38 bool hasErrors() const;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Frontend/ |
| D | Utils.h | 160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
|
| /openbsd/src/gnu/llvm/clang/lib/Frontend/ |
| D | ASTUnit.cpp | 2331 bool hasErrors, in serializeUnit() argument 2333 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors); in serializeUnit() 2344 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local 2348 getSema(), hasErrors, OS); in serialize() 2354 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| D | ClangExpressionParser.cpp | 146 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks 1178 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Serialization/ |
| D | ASTWriter.h | 606 bool hasErrors = false,
|