Home
last modified time | relevance | path

Searched defs:getNotes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h257 iterator_range<note_iterator> getNotes() { in getNotes() function
260 iterator_range<const_note_iterator> getNotes() const { in getNotes() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1776 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1786 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
1797 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp780 py::tuple PyDiagnostic::getNotes() { in getNotes() function in PyDiagnostic