reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndexDiagnostic.cpp
  244   if (!Diagnostic)
  247   CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(Diagnostic);
  257     clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic),
  267         unsigned N = clang_getDiagnosticNumRanges(Diagnostic);
  271           CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
  304   CXString Text = clang_getDiagnosticSpelling(Diagnostic);
  317       CXString OptionName = clang_getDiagnosticOption(Diagnostic, nullptr);
  330       if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
  342           CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic);