clang API Documentation

Public Types | Public Member Functions
clang::arcmt::CapturedDiagList Class Reference

#include <Internals.h>

List of all members.

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

Detailed Description

Definition at line 22 of file Internals.h.


Member Typedef Documentation

typedef ListTy::const_iterator clang::arcmt::CapturedDiagList::iterator

Definition at line 36 of file Internals.h.


Member Function Documentation

iterator clang::arcmt::CapturedDiagList::begin ( ) const [inline]

Definition at line 37 of file Internals.h.

Referenced by clang::arcmt::checkForManualIssues().

bool CapturedDiagList::clearDiagnostic ( ArrayRef< unsigned >  IDs,
SourceRange  range 
)
iterator clang::arcmt::CapturedDiagList::end ( ) const [inline]

Definition at line 38 of file Internals.h.

Referenced by clang::arcmt::checkForManualIssues().

bool CapturedDiagList::hasDiagnostic ( ArrayRef< unsigned >  IDs,
SourceRange  range 
) const
bool CapturedDiagList::hasErrors ( ) const

Definition at line 82 of file ARCMT.cpp.

References clang::DiagnosticsEngine::Error.

Referenced by clang::arcmt::checkForManualIssues().

void clang::arcmt::CapturedDiagList::push_back ( const StoredDiagnostic diag) [inline]

Definition at line 27 of file Internals.h.

void CapturedDiagList::reportDiagnostics ( DiagnosticsEngine diags) const

The documentation for this class was generated from the following files: