Home | History | Annotate | Download | only in Analysis

Lines Matching full:warn

52 // Do not warn if UIViewController/*Responder/NSDocument is not our superclass
72 // Warn if UIViewController is our superclass and we do not call super
92 // Do not warn for methods were it shouldn't
96 // Do not warn if UIViewController is our superclass but we did call super
156 // Do warn for UIResponder subclasses that don't call super
166 // Do not warn for UIResponder subclasses that do the right thing
176 // Do warn for NSResponder subclasses that don't call super
187 // Do not warn for NSResponder subclasses that do the right thing
200 // Do warn for NSDocument subclasses that don't call super
211 // Do not warn for NSDocument subclasses that do the right thing