Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/CAPI/IR/
H A DDiagnostics.cpp45 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 DAnalysisBasedWarnings.cpp1796 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 DDiagnostic.h43 auto getNotes() const { return llvm::make_pointee_range(notes); } in getNotes() function
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h255 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 DLexer.cpp94 for (const ast::Diagnostic &note : diag.getNotes()) in Lexer()
/llvm-project/mlir/lib/IR/
H A DDiagnostics.cpp515 for (auto &note : diag.getNotes()) { in emitDiagnostic()
812 for (auto &note : diag.getNotes())
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h211 ArrayRef<std::shared_ptr<PathDiagnosticNotePiece>> getNotes() { in getNotes() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRModule.h360 nanobind::tuple getNotes();
H A DIRCore.cpp1039 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 DBugReporter.cpp3158 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 DMLIRServer.cpp236 for (Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag()
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp104 for (const ast::Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag()