Home
last modified time | relevance | path

Searched refs:hasErrors (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Serialization/
DGeneratePCH.cpp46 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()
DASTReader.cpp2795 bool hasErrors = Record[6]; in ReadControlBlock() local
2796 if (hasErrors && !DisableValidation) { in ReadControlBlock()
2808 if (hasErrors) { in ReadControlBlock()
DASTWriter.cpp4528 bool hasErrors, in WriteAST() argument
4533 ASTHasCompilerErrors = hasErrors; in WriteAST()
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DARCMT.cpp86 bool CapturedDiagList::hasErrors() const { in hasErrors() function in CapturedDiagList
329 return capturedDiags.hasErrors() || testAct.hasReportedErrors(); in checkForManualIssues()
555 HadARCErrors = HadARCErrors || capturedDiags.hasErrors(); in applyTransform()
DInternals.h38 bool hasErrors() const;
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DUtils.h160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DASTUnit.cpp2331 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/
DClangExpressionParser.cpp146 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/
DASTWriter.h606 bool hasErrors = false,