| /llvm-project-15.0.7/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-15.0.7/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1776 OptionalNotes getNotes() const { in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter 1797 OptionalNotes getNotes(const PartialDiagnosticAt &Note1, in getNotes() function in clang::threadSafety::__anondc78ae6b1111::ThreadSafetyReporter 1813 ? getNotes(PartialDiagnosticAt( in makeLockedHereNote() 1815 : getNotes(); in makeLockedHereNote() 1821 ? getNotes(PartialDiagnosticAt( in makeUnlockedHereNote() 1823 : getNotes(); in makeUnlockedHereNote() 1849 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp() 1933 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNoMutexHeld() 2006 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld() 2013 Warnings.emplace_back(std::move(Warning), getNotes()); in handleNegativeNotHeld() [all …]
|
| /llvm-project-15.0.7/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-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 257 iterator_range<note_iterator> getNotes() { in getNotes() function 260 iterator_range<const_note_iterator> getNotes() const { in getNotes() function
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.cpp | 95 for (const ast::Diagnostic ¬e : diag.getNotes()) in Lexer()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Diagnostics.cpp | 522 for (auto ¬e : diag.getNotes()) { in emitDiagnostic() 813 for (auto ¬e : diag.getNotes()) in SourceMgrDiagnosticVerifierHandler()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3100 for (auto I = report->getNotes().rbegin(), in FlushReport() 3101 E = report->getNotes().rend(); I != E; ++I) { in FlushReport() 3111 for (auto I = report->getNotes().rbegin(), in FlushReport() 3112 E = report->getNotes().rend(); I != E; ++I) in FlushReport()
|
| /llvm-project-15.0.7/mlir/lib/Bindings/Python/ |
| H A D | IRModule.h | 296 pybind11::tuple getNotes();
|
| H A D | IRCore.cpp | 780 py::tuple PyDiagnostic::getNotes() { in getNotes() function in PyDiagnostic 2214 .def_property_readonly("notes", &PyDiagnostic::getNotes) in populateIRCore()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.cpp | 217 for (Diagnostic ¬e : diag.getNotes()) { in getLspDiagnoticFromDiag()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 110 for (const ast::Diagnostic ¬e : diag.getNotes()) { in getLspDiagnoticFromDiag()
|