Searched refs:getNotes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1607 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter 1628 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon1610bc2a1011::ThreadSafetyReporter 1650 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch() 1676 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp() 1692 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind() 1729 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope() 1753 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld() 1826 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld() 1833 Warnings.emplace_back(std::move(Warning), getNotes()); in handleFunExcludesLock() 1840 Warnings.emplace_back(std::move(Warning), getNotes()); in handleLockAcquiredBefore() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 287 virtual const NoteList &getNotes() { in getNotes() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2969 for (auto I = report->getNotes().rbegin(), in FlushReport() 2970 E = report->getNotes().rend(); I != E; ++I) { in FlushReport() 2980 for (auto I = report->getNotes().rbegin(), in FlushReport() 2981 E = report->getNotes().rend(); I != E; ++I) in FlushReport()
|