Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A 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()
H A DASTWriter.cpp4487 bool hasErrors, in WriteAST() argument
4491 ASTHasCompilerErrors = hasErrors; in WriteAST()
H A DASTReader.cpp2800 bool hasErrors = Record[6]; in ReadControlBlock() local
2801 if (hasErrors && !DisableValidation) { in ReadControlBlock()
2813 if (hasErrors) { in ReadControlBlock()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A 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()
H A DInternals.h38 bool hasErrors() const;
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DUtils.h160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp369 if (DC.Log.hasErrors()) in detect()
444 if (!Log || !Log->hasErrors()) in regionIsInvalidBecause()
1495 if (!Context.Log.hasErrors()) { in expandRegion()
1499 if (!allBlocksValid(Context) || Context.Log.hasErrors()) { in expandRegion()
1599 bool HadErrors = lookupRejectionLog(CurrentRegion)->hasErrors(); in findScops()
1804 if (DC.Log.hasErrors()) in emitMissedRemarks()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2304 bool hasErrors, in serializeUnit() argument
2306 Writer.WriteAST(S, std::string(), nullptr, "", hasErrors); in serializeUnit()
2317 bool hasErrors = getDiagnostics().hasUncompilableErrorOccurred(); in serialize() local
2321 getSema(), hasErrors, OS); in serialize()
2327 return serializeUnit(Writer, Buffer, getSema(), hasErrors, OS); in serialize()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp146 bool hasErrors() { return m_has_errors; } in hasErrors() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1190 if (m_pp_callbacks && m_pp_callbacks->hasErrors()) { in ParseInternal()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h182 bool hasErrors() const { return size() > 0; } in hasErrors() function
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h576 bool hasErrors = false,
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-called-once.m786 @property(getter=hasErrors) int error;
967 if (self.hasErrors)