Home | History | Annotate | Download | only in Sema

Lines Matching refs:complain

1883       // complain about it.
1930 // We always complain about this conversion.
1951 // complain about it).
2004 // conversion, but complain about it.
4285 // We'll complain below about a non-integral condition type.
7888 bool Complain;
7902 const QualType& TargetType, bool Complain)
7904 Complain(Complain), Context(S.getASTContext()),
8098 Complain);
8182 /// resolved, and NULL otherwise. When @p Complain is true, this
8186 bool Complain,
8191 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType, Complain);
8194 if ( NumMatches == 0 && Complain) {
8200 else if (NumMatches > 1 && Complain)
8207 if (Complain)
8223 bool Complain,
8273 if (Complain) {
8294 // Last three arguments should only be supplied if Complain = true
8298 // returns true if 'complain' is set.
8301 bool complain, const SourceRange& OpRangeForComplaining,
8311 ovl.Expression, /*complain*/ false, &found)) {
8324 if (!complain) return false;
8355 if (complain) {