Searched refs:getNotes (Results 1 – 3 of 3) sorted by relevance
1785 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter1795 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter1822 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()1824 : getNotes(); in makeLockedHereNote()1830 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()1832 : getNotes(); in makeUnlockedHereNote()1858 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()1930 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()1943 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()[all …]
213 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
3066 for (auto I = report->getNotes().rbegin(), in FlushReport()3067 E = report->getNotes().rend(); I != E; ++I) { in FlushReport()3077 for (auto I = report->getNotes().rbegin(), in FlushReport()3078 E = report->getNotes().rend(); I != E; ++I) in FlushReport()