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

References

tools/clang/tools/libclang/CIndexDiagnostic.cpp
  261       Out << clang_getCString(FName) << ":" << Line << ":";
  264         Out << Column << ":";
  283           Out << "{" << StartLine << ":" << StartColumn << "-"
  288           Out << ":";
  291       Out << " ";
  298   case CXDiagnostic_Note: Out << "note: "; break;
  299   case CXDiagnostic_Warning: Out << "warning: "; break;
  300   case CXDiagnostic_Error: Out << "error: "; break;
  301   case CXDiagnostic_Fatal: Out << "fatal error: "; break;
  306     Out << clang_getCString(Text);
  308     Out << "<no diagnostic text>";
  320           Out << " [" << OptionText;
  333             Out << " [";
  335             Out << ", ";
  336           Out << CategoryID;
  344             Out << " [";
  346             Out << ", ";
  347           Out << clang_getCString(CategoryName);
  357       Out << "]";
  360   return cxstring::createDup(Out.str());