Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Emit

174   /// \brief Build a DiagnosticsEngine to emit diagnostics about the diagnostics
182 /// \brief Emit the preamble for the serialized diagnostics.
185 /// \brief Emit the BLOCKINFO block.
188 /// \brief Emit the META data block.
197 /// \brief Emit a DIAG record.
205 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
210 /// \brief Emit a record for a CharSourceRange.
213 /// \brief Emit the string information for the category.
216 /// \brief Emit the string information for diagnostic flags.
222 /// \brief Emit (lazily) the file string and retrieved the file identifier.
330 // Emit the block name if present.
361 // Emit a "sentinel" location.
417 // Emit the file header.
418 State->Stream.Emit((unsigned)'D', 8);
419 State->Stream.Emit((unsigned)'I', 8);
420 State->Stream.Emit((unsigned)'A', 8);
421 State->Stream.Emit((unsigned)'G', 8);
471 // Emit abbreviation for RECORD_DIAG.
482 // Emit abbrevation for RECORD_CATEGORY.
490 // Emit abbrevation for RECORD_SOURCE_RANGE.
497 // Emit the abbreviation for RECORD_DIAG_FLAG.
506 // Emit the abbreviation for RECORD_FILENAME.
517 // Emit the abbreviation for RECORD_FIXIT.
574 // Lazily emit the string in a separate record.
656 // Emit the RECORD_DIAG record.
663 // Emit the category string lazily and get the category ID.
666 // Emit the diagnostic flag string lazily and get the mapped ID.
717 // Emit Source Ranges.
723 // Emit FixIts.
759 // 1. Teach DiagnosticsConsumers to emit diagnostics to the engine they are a