| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A 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()
|
| H A D | ASTWriter.cpp | 4487 bool hasErrors, in WriteAST() argument 4491 ASTHasCompilerErrors = hasErrors; in WriteAST()
|
| H A D | ASTReader.cpp | 2800 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 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()
|
| H A D | Internals.h | 38 bool hasErrors() const;
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | Utils.h | 160 virtual bool hasErrors() { return HasErrors; } in hasErrors() function
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 369 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 D | ASTUnit.cpp | 2304 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 D | ClangExpressionParser.cpp | 146 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 D | ScopDetectionDiagnostic.h | 182 bool hasErrors() const { return size() > 0; } in hasErrors() function
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTWriter.h | 576 bool hasErrors = false,
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-called-once.m | 786 @property(getter=hasErrors) int error; 967 if (self.hasErrors)
|