Searched refs:note_end (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h43 const_iterator note_end() const { return Notes.end(); } function in class:clang::TextDiagnosticBuffer
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp59 for (const_iterator it = note_begin(), ie = note_end(); it != ie; ++it)
H A DVerifyDiagnosticConsumer.cpp764 Buffer.note_begin(), Buffer.note_end());
864 Buffer->note_end(), "note"));
/external/libunwind/src/coredump/
H A D_UCD_create.c215 Elf32_Nhdr *note_hdr, *note_end; local
226 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz);
231 while (NOTE_FITS (note_hdr, note_end))
244 while (NOTE_FITS (note_hdr, note_end))
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp426 diag_iterator != diag_buf->note_end();

Completed in 263 milliseconds