Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1776 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 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/mlir/lib/Tools/PDLL/Parser/
H A DLexer.cpp95 for (const ast::Diagnostic &note : diag.getNotes()) in Lexer()
/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp522 for (auto &note : diag.getNotes()) { in emitDiagnostic()
813 for (auto &note : diag.getNotes()) in SourceMgrDiagnosticVerifierHandler()
/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/StaticAnalyzer/Core/
H A DBugReporter.cpp3100 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 DIRModule.h296 pybind11::tuple getNotes();
H A DIRCore.cpp780 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 DMLIRServer.cpp217 for (Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp110 for (const ast::Diagnostic &note : diag.getNotes()) { in getLspDiagnoticFromDiag()