Searched defs:getNotes (Results 1 – 5 of 5) sorted by relevance
43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
257 iterator_range<note_iterator> getNotes() { in getNotes() function260 iterator_range<const_note_iterator> getNotes() const { in getNotes() function
211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
1776 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter1786 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter1797 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
780 py::tuple PyDiagnostic::getNotes() { in getNotes() function in PyDiagnostic