Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1804 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter
1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anon1607c2311111::ThreadSafetyReporter
1841 ? 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()
1961 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld()
2046 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
2053 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3106 for (const auto &I : llvm::reverse(report->getNotes())) { in FlushReport()
3116 for (const auto &I : llvm::reverse(report->getNotes())) in FlushReport()