Searched refs:getNotes (Results 1 – 3 of 3) sorted by relevance
1780 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter1790 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter1801 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon27fad7f21111::ThreadSafetyReporter1817 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()1819 : getNotes(); in makeLockedHereNote()1825 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()1827 : getNotes(); in makeUnlockedHereNote()1853 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()1925 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()1937 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()[all …]
211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
3100 for (const auto &I : llvm::reverse(report->getNotes())) { in FlushReport()3110 for (const auto &I : llvm::reverse(report->getNotes())) in FlushReport()