Home | History | Annotate | Download | only in Sema

Lines Matching refs:Complain

2205       // complain about it.
2252 // We always complain about this conversion.
2273 // complain about it).
2326 // conversion, but complain about it.
5237 // We'll complain below about a non-integral condition type.
8996 bool Complain;
9010 const QualType& TargetType, bool Complain)
9012 Complain(Complain), Context(S.getASTContext()),
9206 Complain, TargetFunctionType);
9292 /// resolved, and NULL otherwise. When @p Complain is true, this
9297 bool Complain,
9303 Complain);
9306 if (NumMatches == 0 && Complain) {
9312 else if (NumMatches > 1 && Complain)
9318 if (Complain)
9336 bool Complain,
9386 if (Complain) {
9407 // Last three arguments should only be supplied if Complain = true
9411 // returns true if 'complain' is set.
9414 bool complain, const SourceRange& OpRangeForComplaining,
9424 ovl.Expression, /*complain*/ false, &found)) {
9437 if (!complain) return false;
9468 if (complain) {