Home | History | Annotate | Download | only in Sema

Lines Matching refs:Complain

938       // The resulting type is not a tag; complain.
1630 // itself is not a pack expansion type), so complain. This can occur when
1856 bool Complain = true) {
1862 bool Recover = Complain && !S.isSFINAEContext();
1863 if (Complain)
1871 if (!Complain || (PatternDef && PatternDef->isInvalidDecl())) {
1921 /// \param Complain whether to complain if the class cannot be instantiated due
1930 bool Complain) {
1935 Pattern, PatternDef, TSK, Complain))
2164 Pattern, PatternDef, TSK,/*Complain*/true))
2293 TemplateSpecializationKind TSK, bool Complain) {
2379 // Partial ordering did not produce a clear winner. Complain.
2430 Complain);