clang 20.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/ARCMigrate/Internals.h"
Public Types | |
typedef ListTy::const_iterator | iterator |
Public Member Functions | |
void | push_back (const StoredDiagnostic &diag) |
bool | clearDiagnostic (ArrayRef< unsigned > IDs, SourceRange range) |
bool | hasDiagnostic (ArrayRef< unsigned > IDs, SourceRange range) const |
void | reportDiagnostics (DiagnosticsEngine &diags) const |
bool | hasErrors () const |
iterator | begin () const |
iterator | end () const |
Definition at line 26 of file Internals.h.
typedef ListTy::const_iterator clang::arcmt::CapturedDiagList::iterator |
Definition at line 40 of file Internals.h.
|
inline |
Definition at line 41 of file Internals.h.
Referenced by clang::arcmt::checkForManualIssues().
bool CapturedDiagList::clearDiagnostic | ( | ArrayRef< unsigned > | IDs, |
SourceRange | range | ||
) |
Definition at line 29 of file ARCMT.cpp.
References clang::FullSourceLoc::isBeforeInTranslationUnitThan(), and clang::DiagnosticsEngine::Note.
|
inline |
Definition at line 42 of file Internals.h.
Referenced by clang::arcmt::checkForManualIssues().
bool CapturedDiagList::hasDiagnostic | ( | ArrayRef< unsigned > | IDs, |
SourceRange | range | ||
) | const |
Definition at line 59 of file ARCMT.cpp.
References clang::FullSourceLoc::isBeforeInTranslationUnitThan().
Referenced by clang::arcmt::TransformActions::hasDiagnostic().
bool CapturedDiagList::hasErrors | ( | ) | const |
Definition at line 86 of file ARCMT.cpp.
References E, and clang::DiagnosticsEngine::Error.
Referenced by clang::arcmt::MigrationProcess::applyTransform(), and clang::arcmt::checkForManualIssues().
|
inline |
Definition at line 31 of file Internals.h.
void CapturedDiagList::reportDiagnostics | ( | DiagnosticsEngine & | diags | ) | const |
Definition at line 81 of file ARCMT.cpp.
References E, and clang::DiagnosticsEngine::Report().
Referenced by clang::arcmt::MigrationProcess::applyTransform(), clang::arcmt::checkForManualIssues(), and emitPremigrationErrors().