Lines Matching full:complain
887 // class templates, so don't complain here.
988 /*Complain=*/true,
1018 // Maybe we will complain about the shadowed template parameter.
1800 // The header has template parameters when it shouldn't. Complain.
1876 // If there were too many template parameter lists, complain about that now.
2675 // Partial ordering did not produce a clear winner. Complain.
3739 // Complain and fail.
4089 // The types didn't match, but we know we got a null pointer; complain,
4275 // parameter has reference type, complain and (if things look
4315 // parameter has reference type, complain and (if things look
4338 // this object was not taken, complain and (possibly) recover by
4731 // Complain if an unsigned parameter received a negative value.
4740 // Complain if we overflowed the template parameter's type.
5127 bool Complain,
5132 if (Complain) {
5154 if (Complain) {
5189 if (Complain) {
5218 Complain,
5260 /// \param Complain If true, this routine will produce a diagnostic if
5276 bool Complain,
5280 if (Complain)
5301 if (Complain)
5308 if (!MatchTemplateParameterKind(*this, *NewParm, *OldParm, Complain,
5324 if (!MatchTemplateParameterKind(*this, *NewParm, *OldParm, Complain,
5332 if (Complain)
5695 // FIXME: We probably shouldn't complain about these headers for
6587 // specializations are always out-of-line, the caller will complain about
7140 // Complain about then remove the storage class specifier.