Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDiagnostics.h263 using const_note_iterator = NoteIteratorImpl<NoteVector::const_iterator>; variable
269 iterator_range<const_note_iterator> getNotes() const { in getNotes()