Home | History | Annotate | Download | only in Sema

Lines Matching defs:emit

610     /// Do not emit any of the diagnostics.  This is performed as part
1111 // Otherwise, we need to emit the diagnostic. First flush the underlying
1113 // won't emit the diagnostic in its own destructor.
1123 // Dispatch to Sema to emit the diagnostic.
1137 /// \brief Emit a diagnostic.
1143 /// \brief Emit a partial diagnostic.
1368 void emit(const SemaDiagnosticBuilder &DB,
1383 emit(DB, llvm::index_sequence_for<Ts...>());
1869 /// emit error if not.
2532 // Emit as a 'note' the specific overload candidate
2537 // Emit as a series of 'note's all template and non-templates identified by
3581 /// Emit \p DiagID if statement located on \p StmtLoc has a suspicious null
4982 /// error recovery. In this case do not emit error message.
6137 /// \param Loc The location at which we should emit the diagnostic.
8681 /// DiagnoseAssignmentResult - Emit a diagnostic, if required, for the
8963 /// with a related result type, emit a note describing what happened.
8968 /// type, and if so, emit a note describing what happened.
9048 /// the specified width and sign. If an overflow occurs, detect it and emit
9155 /// \param Diagnose true if this call should emit diagnostics.