Lines Matching refs:getNotes

1785   OptionalNotes getNotes() const {  in getNotes()  function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1795 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1822 ? 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()
1978 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1980 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2005 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2007 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2016 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2023 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2030 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2037 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2043 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()