Lines Matching refs:getNotes
1776 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1786 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1797 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1813 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()
1815 : getNotes(); in makeLockedHereNote()
1821 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()
1823 : getNotes(); in makeUnlockedHereNote()
1849 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1921 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1933 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1968 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1970 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1995 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1997 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2006 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2013 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2020 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2027 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2033 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()