Home | History | Annotate | Download | only in Basic

Lines Matching refs:StoredDiagnostic

354 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
365 for (StoredDiagnostic::range_iterator
373 for (StoredDiagnostic::fixit_iterator
928 StoredDiagnostic::StoredDiagnostic() { }
930 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
934 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level,
955 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
964 StoredDiagnostic::~StoredDiagnostic() { }