Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h254 iterator_range<note_iterator> getNotes() { getNotes() function
257 iterator_range<const_note_iterator> getNotes() const { getNotes() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1804 OptionalNotes getNotes() const { getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter
1814 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter
1825 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, getNotes() function in clang::threadSafety::__anon0bef6d8e1111::ThreadSafetyReporter
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp989 py::tuple PyDiagnostic::getNotes() { getNotes() function in PyDiagnostic