Lines Matching refs:getNotes

1804   OptionalNotes getNotes() const {  in getNotes()  function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter
1814 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter
1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter
1841 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()
1843 : getNotes(); in makeLockedHereNote()
1849 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()
1851 : getNotes(); in makeUnlockedHereNote()
1877 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1949 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1961 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
2002 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
2004 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2035 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
2037 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
2046 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2053 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2060 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
2067 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
2073 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()