Home | History | Annotate | Download | only in Sema

Lines Matching refs:Warn

324   // Warn on deprecated methods under -Wdeprecated-implementations,
335 // Finally, in ActOnFinishFunctionBody() (SemaDecl), warn if flag is set.
649 // If this is a forward declaration and we are supposed to warn in this
820 // If the interface is deprecated/unavailable, warn/error about it.
833 // Warn on implementating category of deprecated class under
859 // If this is a forward declaration of an interface, warn.
947 // Warn on implementating deprecated class under
1132 bool Warn) {
1136 if (Warn) {
1153 if (!Warn)
1198 bool Warn) {
1202 if (Warn) {
1225 if (!Warn)
1985 bool warn, bool instance) {
1996 if (warn && MethList.Method && MethList.Next) {
2002 (receiverIdOrClass && warn &&