• Home
  • Raw
  • Download

Lines Matching refs:getNotes

1480   OptionalNotes getNotes() const {  in getNotes()  function in clang::threadSafety::__anon6dec69460e11::ThreadSafetyReporter
1490 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon6dec69460e11::ThreadSafetyReporter
1501 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon6dec69460e11::ThreadSafetyReporter
1523 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1549 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1565 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1599 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1602 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1613 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1626 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
1661 Warnings.emplace_back(std::move(Warning), getNotes(Note, VNote)); in handleMutexNotHeld()
1663 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1689 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexNotHeld()
1691 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexNotHeld()
1700 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
1707 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock()
1714 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore()
1720 Warnings.emplace_back(std::move(Warning), getNotes()); in handleBeforeAfterCycle()