Home | History | Annotate | Download | only in Sema

Lines Matching refs:Complain

2082       // complain about it.
2129 // We always complain about this conversion.
2150 // complain about it).
2203 // conversion, but complain about it.
5133 // We'll complain below about a non-integral condition type.
8736 bool Complain;
8750 const QualType& TargetType, bool Complain)
8752 Complain(Complain), Context(S.getASTContext()),
8946 Complain, TargetFunctionType);
9032 /// resolved, and NULL otherwise. When @p Complain is true, this
9037 bool Complain,
9043 Complain);
9046 if (NumMatches == 0 && Complain) {
9052 else if (NumMatches > 1 && Complain)
9059 if (Complain)
9077 bool Complain,
9127 if (Complain) {
9148 // Last three arguments should only be supplied if Complain = true
9152 // returns true if 'complain' is set.
9155 bool complain, const SourceRange& OpRangeForComplaining,
9165 ovl.Expression, /*complain*/ false, &found)) {
9178 if (!complain) return false;
9209 if (complain) {