Home | History | Annotate | Download | only in Sema

Lines Matching defs:Complain

2218       // complain about it.
2265 // We always complain about this conversion.
2286 // complain about it).
2339 // conversion, but complain about it.
5452 // We'll complain below about a non-integral condition type.
5463 // We'll complain below about a non-integral condition type.
9643 bool Complain;
9659 const QualType &TargetType, bool Complain)
9661 Complain(Complain), Context(S.getASTContext()),
9792 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain))
9868 Complain, TargetFunctionType);
9977 /// resolved, and NULL otherwise. When @p Complain is true, this
9982 bool Complain,
9988 Complain);
9991 if (NumMatches == 0 && Complain) {
9997 else if (NumMatches > 1 && Complain)
10003 if (Complain) {
10028 bool Complain,
10083 if (Complain) {
10097 DeduceReturnType(Matched, ovl->getExprLoc(), Complain))
10109 // Last three arguments should only be supplied if Complain = true
10113 // returns true if 'complain' is set.
10116 bool complain, const SourceRange& OpRangeForComplaining,
10126 ovl.Expression, /*complain*/ false, &found)) {
10139 if (!complain) return false;
10170 if (complain) {