Searched refs:_cpp_line_note (Results 1 – 3 of 3) sorted by relevance
239 typedef struct _cpp_line_note _cpp_line_note; typedef240 struct _cpp_line_note struct261 _cpp_line_note *notes; /* Array of notes. */ argument
60 static bool warn_in_comment (cpp_reader *, _cpp_line_note *);88 buffer->notes = XRESIZEVEC (_cpp_line_note, buffer->notes, in add_line_note()236 warn_in_comment (cpp_reader *pfile, _cpp_line_note *note) in warn_in_comment()270 _cpp_line_note *note = &buffer->notes[buffer->cur_note]; in _cpp_process_line_notes()
26036 (struct _cpp_line_note): New.