Lines Matching refs:getNotes
1780 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter
1790 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter
1801 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter
1817 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()
1819 : getNotes(); in makeLockedHereNote()
1825 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()
1827 : getNotes(); in makeUnlockedHereNote()
1853 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1925 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1937 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1972 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1974 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1999 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2001 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2010 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2017 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2024 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2031 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2037 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()