Lines Matching refs:getNotes
1454 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter
1464 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter
1475 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon75d552dd0e11::ThreadSafetyReporter
1497 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1523 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1539 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1573 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1576 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1587 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1600 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1635 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1637 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1663 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1665 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
1674 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
1681 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
1688 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
1694 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()