Searched refs:getNotes (Results 1 – 3 of 3) sorted by relevance
1804 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter1814 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon9476153b1111::ThreadSafetyReporter1841 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()1843 : getNotes(); in makeLockedHereNote()1849 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()1851 : getNotes(); in makeUnlockedHereNote()1877 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()1949 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()1961 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()[all …]
211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
3137 for (const auto &I : llvm::reverse(report->getNotes())) { in FlushReport()3147 for (const auto &I : llvm::reverse(report->getNotes())) in FlushReport()