Lines Matching refs:selector
155 /// \brief The selector that we prefer.
156 Selector PreferredSelector;
232 /// \brief Set the preferred selector.
235 /// method's selector matches this preferred selector, we give that method
237 void setPreferredSelector(Selector Sel) {
707 // If this is an Objective-C method declaration whose selector matches our
708 // preferred selector, give it a priority boost.
2620 Selector Sel = Method->getSelector();
4408 // @selector ( selector )
4410 Builder.AddTypedTextChunk(OBJC_AT_KEYWORD_NAME(NeedAt,selector));
4412 Builder.AddPlaceholderChunk("selector");
4623 MK_ZeroArgSelector, //< Zero-argument (unary) selector.
4624 MK_OneArgSelector //< One-argument selector.
4627 static bool isAcceptableObjCSelector(Selector Sel,
4662 /// completions with the same selector into the result set.
4663 typedef llvm::SmallPtrSet<Selector, 16> VisitedSelectorSet;
4683 /// when it has the same number of parameters as we have selector identifiers.
4701 // Check whether the selector identifiers we've been given are a
4875 // IBAction)<#selector#>:(id)sender
4883 Builder.AddPlaceholderChunk("selector");
4919 Selector Sel = Msg->getSelector();
4990 /// \param SelIdents The identifiers in the selector that have already been
5011 // Try to find a superclass method with the same selector.
5064 Selector Sel = CurMethod->getSelector();
5270 // If we're inside an Objective-C method definition, prefer its selector to
5289 Selector Sel = SemaRef.ExternalSource->GetExternalSelector(I);
5335 // selector), we're actually performing code completion for an expression.
5408 // If we're inside an Objective-C method definition, prefer its selector to
5462 Selector Sel = ExternalSource->GetExternalSelector(I);
5494 // selector), we're actually performing code completion for an expression.
5536 Selector Sel = ExternalSource->GetExternalSelector(I);
5552 Selector Sel = M->first;
5945 // Mapping from selectors to the methods that implement that selector, along
5947 typedef llvm::DenseMap<Selector, std::pair<ObjCMethodDecl *, bool> >
5953 /// indexed by selector so they can be easily found.
6019 // we've previously seen with the same selector.
6081 // The selector table.
6754 Selector Sel = Method->getSelector();
6756 // Add the first part of the selector to the pattern.
6765 // Add the part of the selector name.
6868 Selector Sel = ExternalSource->GetExternalSelector(I);