Home | History | Annotate | Download | only in Frontend

Lines Matching full:diagnostic

1 //===--- DiagnosticRenderer.cpp - Diagnostic Pretty-Printing --------------===//
135 // If we have no source location, just emit the diagnostic message.
156 // Find the ultimate expansion location for the diagnostic.
161 // First, if this diagnostic is not in the main file, print out the
165 // Next, emit the actual diagnostic message and caret.
198 /// diagnostic level and location.
205 /// \param Loc The diagnostic location.
206 /// \param PLoc The presumed location of the diagnostic location.
207 /// \param Level The diagnostic level of the message this stack pertains to.
471 // Map the ranges into the FileID of the diagnostic location.
558 /// \param Level The diagnostic level currently being emitted.
560 /// \param Hints The FixIt hints active for this diagnostic.