Home | History | Annotate | Download | only in Sema

Lines Matching defs:emit

661     /// Do not emit any of the diagnostics.  This is performed as part
1122 /// to ensure that we don't emit a "redefinition" error if we encounter a
1216 // Otherwise, we need to emit the diagnostic. First flush the underlying
1218 // won't emit the diagnostic in its own destructor.
1228 // Dispatch to Sema to emit the diagnostic.
1242 /// \brief Emit a diagnostic.
1248 /// \brief Emit a partial diagnostic.
1481 void emit(const SemaDiagnosticBuilder &DB,
1496 emit(DB, llvm::index_sequence_for<Ts...>());
2744 // Emit as a 'note' the specific overload candidate
2749 // Emit as a series of 'note's all template and non-templates identified by
2759 /// Emit diagnostics for the diagnose_if attributes on Function, ignoring any
2771 /// Emit diagnostics for the diagnose_if attributes on Function, ignoring any
3826 /// Emit \p DiagID if statement located on \p StmtLoc has a suspicious null
5272 /// error recovery. In this case do not emit error message.
6470 /// \param Loc The location at which we should emit the diagnostic.
8426 /// emit diagnostics.
8432 /// emit diagnostics.
9287 /// DiagnoseAssignmentResult - Emit a diagnostic, if required, for the
9573 /// with a related result type, emit a note describing what happened.
9578 /// type, and if so, emit a note describing what happened.
9658 /// the specified width and sign. If an overflow occurs, detect it and emit
9713 /// before incrementing, so you can emit an error.
9766 /// This class lets you emit either a regular diagnostic, a deferred
9773 /// Emit no diagnostics.
9775 /// Emit the diagnostic immediately (i.e., behave like Sema::Diag()).
9777 /// Emit the diagnostic immediately, and, if it's a warning or error, also
9778 /// emit a call stack showing how this function can be reached by an a
9782 /// it's attached to is codegen'ed. Also emit a call stack as with
9792 /// we didn't emit an error or we created a deferred error.
9829 /// - If CurContext is a __host__ function, does not emit any diagnostics.
9949 /// \param Diagnose true if this call should emit diagnostics.
10400 /// \brief The diagnostic we should emit for \c D, or \c AR_Available.
10473 /// misaligned member due to the packed attribute. This is used to emit