Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Emit

116   /// \brief Emit the preamble for the serialized diagnostics.
119 /// \brief Emit the BLOCKINFO block.
122 /// \brief Emit the META data block.
131 /// \brief Emit a DIAG record.
139 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
144 /// \brief Emit a record for a CharSourceRange.
147 /// \brief Emit the string information for the category.
150 /// \brief Emit the string information for diagnostic flags.
154 /// \brief Emit (lazily) the file string and retrieved the file identifier.
238 // Emit the block name if present.
269 // Emit a "sentinel" location.
327 // Emit the file header.
328 Stream.Emit((unsigned)'D', 8);
329 Stream.Emit((unsigned)'I', 8);
330 Stream.Emit((unsigned)'A', 8);
331 Stream.Emit((unsigned)'G', 8);
378 // Emit abbreviation for RECORD_DIAG.
389 // Emit abbrevation for RECORD_CATEGORY.
397 // Emit abbrevation for RECORD_SOURCE_RANGE.
404 // Emit the abbreviation for RECORD_DIAG_FLAG.
413 // Emit the abbreviation for RECORD_FILENAME.
424 // Emit the abbreviation for RECORD_FIXIT.
480 // Lazily emit the string in a separate record.
536 // Emit the RECORD_DIAG record.
543 // Emit the category string lazily and get the category ID.
546 // Emit the diagnostic flag string lazily and get the mapped ID.
593 // Emit Source Ranges.
599 // Emit FixIts.