Home | History | Annotate | Download | only in Frontend

Lines Matching full:diagnostic

1 //===--- TextDiagnostic.cpp - Text Diagnostic Pretty-Printing -------------===//
662 assert(TextNormal && "Text highlighted at end of diagnostic message.");
684 // Emit the location of this particular diagnostic.
705 // Print diagnostic category in bold and color
708 llvm_unreachable("Invalid diagnostic type");
719 llvm_unreachable("Invalid diagnostic type");
748 // Print primary diagnostic messages in bold and without color, to visually
769 /// This method handlen the emission of the diagnostic location information.
771 /// the diagnostic and printing it, as well as any include stack or source
1057 /// \param Hints The FixIt hints active for this diagnostic.
1068 // from the last diagnostic, if the last diagnostic was a note that
1069 // was part of a different warning or error diagnostic, or if the
1070 // diagnostic has ranges. We don't want to emit the same caret
1147 // source line and the caret to make it trivial to tell the main diagnostic