Lines Matching refs:getNotes

1607   OptionalNotes getNotes() const {  in getNotes()  function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter
1617 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter
1628 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter
1650 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1676 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1692 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1726 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1729 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1740 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1753 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1788 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1790 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1815 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1817 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
1826 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
1833 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
1840 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
1846 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()