Home
last modified time | relevance | path

Searched refs:getNotes (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1480 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()
[all …]