Home | History | Annotate | Download | only in Sema

Lines Matching refs:Warn

327   // Warn on deprecated methods under -Wdeprecated-implementations,
338 // Finally, in ActOnFinishFunctionBody() (SemaDecl), warn if flag is set.
677 // If this is a forward declaration and we are supposed to warn in this
852 // If the interface is deprecated/unavailable, warn/error about it.
865 // Warn on implementating category of deprecated class under
987 // Warn on implementating deprecated class under
1191 bool Warn) {
1195 if (Warn) {
1212 if (!Warn)
1257 bool Warn) {
1261 if (Warn) {
1284 if (!Warn)
2064 bool warn, bool instance) {
2074 if (warn && MethList.Method && MethList.Next) {
2080 (receiverIdOrClass && warn &&