Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Selectors

105   // Fill the Selectors SmallSet with all selectors we want to check.
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet.
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
121 { // Initialize selectors for: UIViewController
122 const SelectorDescriptor Selectors[] = {
137 fillSelectors(Ctx, Selectors, "UIViewController");
140 { // Initialize selectors for: UIResponder
141 const SelectorDescriptor Selectors[] = {
144 fillSelectors(Ctx, Selectors, "UIResponder");
147 { // Initialize selectors for: NSResponder
148 const SelectorDescriptor Selectors[] = {
152 fillSelectors(Ctx, Selectors, "NSResponder");
155 { // Initialize selectors for: NSDocument
156 const SelectorDescriptor Selectors[] = {
160 fillSelectors(Ctx, Selectors, "NSDocument");