Lines Matching defs:diagnostic
197 LLDB_LOG(log, "Received diagnostic outside parsing: {0}", plain_diag);
205 // Render diagnostic message to m_output.
230 // We add these Fix-Its to the last error diagnostic to make sure
231 // that we later have all Fix-Its related to an 'error' diagnostic when
234 // If we don't have a previous diagnostic there is nothing to do.
235 // If the previous diagnostic already has its own Fix-Its, assume that
639 // 5. Set up the diagnostic buffer for reporting errors
1256 const auto *diagnostic = llvm::dyn_cast<ClangDiagnostic>(diag.get());
1257 if (!diagnostic)
1259 if (!diagnostic->HasFixIts())
1261 for (const FixItHint &fixit : diagnostic->FixIts())
1271 // Now play all the edits, and stash the result in the diagnostic manager.