Lines Matching refs:Emit
167 /// Build a DiagnosticsEngine to emit diagnostics about the diagnostics
175 /// Emit the preamble for the serialized diagnostics.
178 /// Emit the BLOCKINFO block.
181 /// Emit the META data block.
190 /// Emit a DIAG record.
195 /// Emit FIXIT and SOURCE_RANGE records for a diagnostic.
200 /// Emit a record for a CharSourceRange.
203 /// Emit the string information for the category.
206 /// Emit the string information for diagnostic flags.
212 /// Emit (lazily) the file string and retrieved the file identifier.
321 // Emit the block name if present.
349 // Emit a "sentinel" location.
405 // Emit the file header.
406 State->Stream.Emit((unsigned)'D', 8);
407 State->Stream.Emit((unsigned)'I', 8);
408 State->Stream.Emit((unsigned)'A', 8);
409 State->Stream.Emit((unsigned)'G', 8);
459 // Emit abbreviation for RECORD_DIAG.
470 // Emit abbreviation for RECORD_CATEGORY.
478 // Emit abbreviation for RECORD_SOURCE_RANGE.
485 // Emit the abbreviation for RECORD_DIAG_FLAG.
494 // Emit the abbreviation for RECORD_FILENAME.
505 // Emit the abbreviation for RECORD_FIXIT.
562 // Lazily emit the string in a separate record.
650 // Emit the RECORD_DIAG record.
657 // Emit the category string lazily and get the category ID.
660 // Emit the diagnostic flag string lazily and get the mapped ID.
707 // Emit Source Ranges.
713 // Emit FixIts.
747 // 1. Teach DiagnosticsConsumers to emit diagnostics to the engine they are a