Lines Matching defs:note
174 /// Attaches a note to this diagnostic. A new location may be optionally
180 "cannot attach a note to a note");
186 /// Append and return a new note.
313 // Add the stack trace as a note if necessary.
515 for (auto ¬e : diag.getNotes()) {
516 emitDiagnostic(note.getLocation(), note.str(), note.getSeverity(),
517 /*displaySourceLine=*/loc != note.getLocation());
518 loc = note.getLocation();
545 // emitted in a different note on the main diagnostic.
683 llvm::Regex("expected-(error|note|remark|warning)(-re)? "
693 return "note";
753 assert(matches[1] == "note");
812 for (auto ¬e : diag.getNotes())
813 process(note);
1000 os << "note: ";