Searched defs:getNotes (Results 1 – 5 of 5) sorted by relevance
43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
254 iterator_range<note_iterator> getNotes() { getNotes() function 257 iterator_range<const_note_iterator> getNotes() const { getNotes() function
211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
1804 OptionalNotes getNotes() const { getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter 1814 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter 1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter [all...]
989 py::tuple PyDiagnostic::getNotes() { getNotes() function in PyDiagnostic