Home | History | Annotate | Download | only in Sema

Lines Matching refs:Complain

877       // class templates, so don't complain here.
968 /*Complain=*/true,
998 // Maybe we will complain about the shadowed template parameter.
1766 // The header has template parameters when it shouldn't. Complain.
1842 // If there were too many template parameter lists, complain about that now.
3138 // Complain and fail.
3530 // The types didn't match, but we know we got a null pointer; complain,
3715 // parameter has reference type, complain and (if things look
3756 // parameter has reference type, complain and (if things look
3779 // this object was not taken, complain and (possibly) recover by
4153 // Complain if an unsigned parameter received a negative value.
4162 // Complain if we overflowed the template parameter's type.
4531 bool Complain,
4536 if (Complain) {
4558 if (Complain) {
4593 if (Complain) {
4622 Complain,
4664 /// \param Complain If true, this routine will produce a diagnostic if
4680 bool Complain,
4684 if (Complain)
4705 if (Complain)
4712 if (!MatchTemplateParameterKind(*this, *NewParm, *OldParm, Complain,
4728 if (!MatchTemplateParameterKind(*this, *NewParm, *OldParm, Complain,
4736 if (Complain)
5100 // FIXME: We probably shouldn't complain about these headers for
5970 // specializations are always out-of-line, the caller will complain about
6517 // Complain about then remove the storage class specifier.