reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
129 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); 134 (DiagLevel > DiagnosticsEngine::Note && Info.getNumFixItHints())) { 135 Client->HandleDiagnostic(DiagLevel, Info); 153 for (unsigned Idx = 0, Last = Info.getNumFixItHints(); 155 const FixItHint &Hint = Info.getFixItHint(Idx); 173 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); 176 if (Info.getNumFixItHints() > 0) 177 Diag(Info.getLocation(), diag::note_fixit_in_macro); 182 Diag(Info.getLocation(), diag::note_fixit_unfixed_error); 189 Diag(Info.getLocation(), diag::note_fixit_failed); 193 Diag(Info.getLocation(), diag::note_fixit_applied);