Home | History | Annotate | Download | only in Sema

Lines Matching full:complain

2231       // complain about it.
2278 // We always complain about this conversion.
2299 // complain about it).
2352 // conversion, but complain about it.
5568 // We'll complain below about a non-integral condition type.
5579 // We'll complain below about a non-integral condition type.
8824 /// \param Complain - If true, we'll emit a diagnostic
8830 bool Complain,
8834 if (Complain) {
8849 if (Complain) {
8865 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true,
8871 bool Complain,
8873 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain,
10121 bool Complain;
10138 const QualType &TargetType, bool Complain)
10140 Complain(Complain), Context(S.getASTContext()),
10312 S.DeduceReturnType(FunDecl, SourceExpr->getLocStart(), Complain)) {
10313 HasComplained |= Complain;
10394 Complain, TargetFunctionType);
10402 HasComplained |= Complain;
10513 /// resolved, and NULL otherwise. When @p Complain is true, this
10518 bool Complain,
10524 Complain);
10527 bool ShouldComplain = Complain && !Resolver.hasComplained();
10540 if (Complain) {
10565 bool Complain,
10620 if (Complain) {
10634 DeduceReturnType(Matched, ovl->getExprLoc(), Complain))
10646 // Last three arguments should only be supplied if Complain = true
10650 // returns true if 'complain' is set.
10653 bool complain, SourceRange OpRangeForComplaining,
10663 ovl.Expression, /*complain*/ false, &found)) {
10676 if (!complain) return false;
10707 if (complain) {
11161 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true,