Home | History | Annotate | Download | only in Checkers

Lines Matching defs:Selectors

107   // Fill the Selectors SmallSet with all selectors we want to check.
111 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
116 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
123 { // Initialize selectors for: UIViewController
124 const SelectorDescriptor Selectors[] = {
139 fillSelectors(Ctx, Selectors, "UIViewController");
142 { // Initialize selectors for: UIResponder
143 const SelectorDescriptor Selectors[] = {
146 fillSelectors(Ctx, Selectors, "UIResponder");
149 { // Initialize selectors for: NSResponder
150 const SelectorDescriptor Selectors[] = {
154 fillSelectors(Ctx, Selectors, "NSResponder");
157 { // Initialize selectors for: NSDocument
158 const SelectorDescriptor Selectors[] = {
162 fillSelectors(Ctx, Selectors, "NSDocument");