Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1785 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1795 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondf82a8a61111::ThreadSafetyReporter
1822 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote()
1824 : getNotes(); in makeLockedHereNote()
1830 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote()
1832 : getNotes(); in makeUnlockedHereNote()
1858 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1930 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleExclusiveAndShared()
1943 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h213 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3066 for (auto I = report->getNotes().rbegin(), in FlushReport()
3067 E = report->getNotes().rend(); I != E; ++I) { in FlushReport()
3077 for (auto I = report->getNotes().rbegin(), in FlushReport()
3078 E = report->getNotes().rend(); I != E; ++I) in FlushReport()