Lines Matching refs:diagnostic
321 /// diagnostic complaining about the given function being deleted or
345 // the diagnostic.
1661 unsigned diagnostic = diag::err_undeclared_var_use;
1666 diagnostic = diag::err_undeclared_use;
1700 diagnostic = diag::warn_found_via_dependent_bases_lookup;
1702 Diag(R.getNameLoc(), diagnostic) << Name
1738 Diag(R.getNameLoc(), diagnostic) << Name;
1862 // Emit a special diagnostic for failed member lookups.
1872 Diag(R.getNameLoc(), diagnostic) << Name;
2182 // error node. The error diagnostic was already emitted on the decl.
2876 unsigned diagnostic;
2879 diagnostic
2882 diagnostic = diag::warn_float_underflow;
2886 S.Diag(Loc, diagnostic)
5160 /// \brief Emit a specialized diagnostic when one expression is a null pointer
5161 /// constant and the other is not a pointer. Returns true if a diagnostic is
5533 // Emit a better diagnostic if one of the expressions is a null pointer
6811 /// for emitting a single diagnostic even for operations where both LHS and RHS
8102 // Use a specialized diagnostic when we're assigning to an object
8119 // Use the normal diagnostic if it's pseudo-__strong but the
8614 // Use a special diagnostic for loads from property references.
9088 /// Emit a diagnostic together with a fixit hint that wraps the '&' expression
9103 /// Emit a diagnostic together with a fixit hint that wraps the '&&' expression
9774 // FIXME: This diagnostic isn't actually visible because the location is in
10514 // it can give a more specific diagnostic.
11124 // diagnostic for certain cases like using a local variable in an array bound
11149 // FIXME: Add additional diagnostic info about class etc. which prevents
12008 /// \brief Emit a diagnostic that describes an effect on the run-time behavior
12011 /// This routine emits the given diagnostic when the code currently being
12017 /// expressions (C++ typeid), queue the diagnostic to potentially emit it
12097 unsigned diagnostic = diag::warn_condition_is_assignment;
12113 diagnostic = diag::warn_condition_is_idiomatic_assignment;
12117 diagnostic = diag::warn_condition_is_idiomatic_assignment;
12134 Diag(Loc, diagnostic) << E->getSourceRange();