Home | History | Annotate | Download | only in Sema

Lines Matching defs:Complain

2191       // complain about it.
2238 // We always complain about this conversion.
2259 // complain about it).
2312 // conversion, but complain about it.
5371 // We'll complain below about a non-integral condition type.
5382 // We'll complain below about a non-integral condition type.
9279 bool Complain;
9295 const QualType &TargetType, bool Complain)
9297 Complain(Complain), Context(S.getASTContext()),
9429 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain))
9505 Complain, TargetFunctionType);
9602 /// resolved, and NULL otherwise. When @p Complain is true, this
9607 bool Complain,
9613 Complain);
9616 if (NumMatches == 0 && Complain) {
9622 else if (NumMatches > 1 && Complain)
9628 if (Complain) {
9650 bool Complain,
9706 if (Complain) {
9720 DeduceReturnType(Matched, ovl->getExprLoc(), Complain))
9732 // Last three arguments should only be supplied if Complain = true
9736 // returns true if 'complain' is set.
9739 bool complain, const SourceRange& OpRangeForComplaining,
9749 ovl.Expression, /*complain*/ false, &found)) {
9762 if (!complain) return false;
9793 if (complain) {