| /llvm-project/mlir/lib/CAPI/IR/ |
| H A D | Diagnostics.cpp | 45 return static_cast<intptr_t>(llvm::size(unwrap(diagnostic).getNotes())); in mlirDiagnosticGetNumNotes() 51 return wrap(*std::next(unwrap(diagnostic).getNotes().begin(), pos)); in mlirDiagnosticGetNote()
|
| /llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1796 OptionalNotes getNotes() const { 1806 OptionalNotes getNotes(const PartialDiagnosticAt &Note) const { in getNotes() 1817 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() 1833 ? getNotes(PartialDiagnosticAt( in getNotes() 1835 : getNotes(); in getNotes() 1841 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote() 1843 : getNotes(); in makeLockedHereNote() 1848 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote() 1851 : getNotes(); in makeUnlockedHereNote() 1909 Warnings.emplace_back(std::move(Warning), getNotes()); in handleDoubleLock() 1804 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/include/mlir/Tools/PDLL/AST/ |
| H A D | Diagnostic.h | 43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
|
| /llvm-project/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 255 iterator_range<note_iterator> getNotes() { in getNotes() 258 iterator_range<const_note_iterator> getNotes() const { in getNotes() 254 iterator_range<note_iterator> getNotes() { getNotes() function 257 iterator_range<const_note_iterator> getNotes() const { getNotes() function
|
| /llvm-project/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.cpp | 94 for (const ast::Diagnostic ¬e : diag.getNotes()) in Lexer()
|
| /llvm-project/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 515 for (auto ¬e : diag.getNotes()) { in emitDiagnostic() 812 for (auto ¬e : diag.getNotes())
|
| /llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
|
| /llvm-project/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 360 nanobind::tuple getNotes();
|
| H A D | IRCore.cpp | 1039 nb::tuple PyDiagnostic::getNotes() { 1057 for (nb::handle n : getNotes()) in contextEnter() 2702 .def_prop_ro("notes", &PyDiagnostic::getNotes) in populateIRCore() 989 py::tuple PyDiagnostic::getNotes() { getNotes() function in PyDiagnostic
|
| /llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3158 for (const auto &I : llvm::reverse(report->getNotes())) { in FlushReport() 3168 for (const auto &I : llvm::reverse(report->getNotes()))
|
| /llvm-project/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 236 for (Diagnostic ¬e : diag.getNotes()) { in getLspDiagnoticFromDiag()
|
| /llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 104 for (const ast::Diagnostic ¬e : diag.getNotes()) { in getLspDiagnoticFromDiag()
|