reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/ARCMigrate/TransAPIUses.cpp
   41     getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue"));
   42     setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue"));
tools/clang/lib/AST/NSAPI.cpp
   47       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithString"));
   50       Sel = Ctx.Selectors.getUnarySelector(
   54       Sel = Ctx.Selectors.getUnarySelector(
   66       Sel= Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("stringWithCString"));
   69       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithString"));
   86       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithArray"));
   89       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
   92       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObjects"));
  103       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithArray"));
  106       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("initWithObjects"));
  109       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectAtIndex"));
  120       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
  164       Sel = Ctx.Selectors.getUnarySelector(
  193       Sel = Ctx.Selectors.getUnarySelector(
  197       Sel = Ctx.Selectors.getUnarySelector(
  201       Sel = Ctx.Selectors.getUnarySelector(
  213       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("objectForKey"));
  262       Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("addObject"));
  362     Sels[MK] = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get(Names[MK]));
tools/clang/lib/Basic/IdentifierTable.cpp
  637   return SelTable.getUnarySelector(SetterName);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 7629     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 7702     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 7729     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 7842     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 7863     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 7971     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 8001     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 8023     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 8045     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 8067     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
 8088     if (KnownSelectors.insert(Selectors.getUnarySelector(SelectorId)).second) {
tools/clang/lib/Sema/SemaExprObjC.cpp
  554         Selector stringWithUTF8String = Context.Selectors.getUnarySelector(II);
 3230     RespondsToSelectorSel = Context.Selectors.getUnarySelector(SelectorId);
 4069     Selector Sel = Context.Selectors.getUnarySelector(CMId);
tools/clang/lib/Serialization/ASTReader.cpp
  838     return SelTable.getUnarySelector(FirstII);
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  158   ADD_UNARY_METHOD(UISearchDisplayController, setSearchResultsTitle, 0)
  171   ADD_UNARY_METHOD(NSDockTile, setBadgeLabel, 0)
  174   ADD_UNARY_METHOD(NSStatusItem, setTitle, 0)
  175   ADD_UNARY_METHOD(NSStatusItem, setToolTip, 0)
  182   ADD_UNARY_METHOD(UITableViewRowAction, setTitle, 0)
  185   ADD_UNARY_METHOD(NSBox, setTitle, 0)
  188   ADD_UNARY_METHOD(NSButton, setTitle, 0)
  189   ADD_UNARY_METHOD(NSButton, setAlternateTitle, 0)
  208   ADD_UNARY_METHOD(NSSavePanel, setPrompt, 0)
  209   ADD_UNARY_METHOD(NSSavePanel, setTitle, 0)
  210   ADD_UNARY_METHOD(NSSavePanel, setNameFieldLabel, 0)
  211   ADD_UNARY_METHOD(NSSavePanel, setNameFieldStringValue, 0)
  212   ADD_UNARY_METHOD(NSSavePanel, setMessage, 0)
  215   ADD_UNARY_METHOD(UIPrintInfo, setJobName, 0)
  218   ADD_UNARY_METHOD(NSTabViewItem, setLabel, 0)
  219   ADD_UNARY_METHOD(NSTabViewItem, setToolTip, 0)
  227   ADD_UNARY_METHOD(UIAccessibilityElement, setAccessibilityLabel, 0)
  228   ADD_UNARY_METHOD(UIAccessibilityElement, setAccessibilityHint, 0)
  229   ADD_UNARY_METHOD(UIAccessibilityElement, setAccessibilityValue, 0)
  238   ADD_UNARY_METHOD(NSPopUpButton, addItemWithTitle, 0)
  242   ADD_UNARY_METHOD(NSPopUpButton, removeItemWithTitle, 0)
  243   ADD_UNARY_METHOD(NSPopUpButton, selectItemWithTitle, 0)
  244   ADD_UNARY_METHOD(NSPopUpButton, setTitle, 0)
  251   ADD_UNARY_METHOD(NSTableViewRowAction, setTitle, 0)
  254   ADD_UNARY_METHOD(NSImage, setAccessibilityDescription, 0)
  257   ADD_UNARY_METHOD(NSUserActivity, setTitle, 0)
  260   ADD_UNARY_METHOD(NSPathControlItem, setTitle, 0)
  263   ADD_UNARY_METHOD(NSCell, initTextCell, 0)
  264   ADD_UNARY_METHOD(NSCell, setTitle, 0)
  265   ADD_UNARY_METHOD(NSCell, setStringValue, 0)
  268   ADD_UNARY_METHOD(NSPathControl, setPlaceholderString, 0)
  271   ADD_UNARY_METHOD(UIAccessibility, setAccessibilityLabel, 0)
  272   ADD_UNARY_METHOD(UIAccessibility, setAccessibilityHint, 0)
  273   ADD_UNARY_METHOD(UIAccessibility, setAccessibilityValue, 0)
  276   ADD_UNARY_METHOD(NSTableColumn, setTitle, 0)
  277   ADD_UNARY_METHOD(NSTableColumn, setHeaderToolTip, 0)
  288   ADD_UNARY_METHOD(NSButtonCell, setTitle, 0)
  289   ADD_UNARY_METHOD(NSButtonCell, setAlternateTitle, 0)
  292   ADD_UNARY_METHOD(NSDatePickerCell, initTextCell, 0)
  295   ADD_UNARY_METHOD(NSSliderCell, setTitle, 0)
  298   ADD_UNARY_METHOD(NSControl, setStringValue, 0)
  301   ADD_UNARY_METHOD(NSAccessibility, setAccessibilityValueDescription, 0)
  302   ADD_UNARY_METHOD(NSAccessibility, setAccessibilityLabel, 0)
  303   ADD_UNARY_METHOD(NSAccessibility, setAccessibilityTitle, 0)
  304   ADD_UNARY_METHOD(NSAccessibility, setAccessibilityPlaceholderValue, 0)
  305   ADD_UNARY_METHOD(NSAccessibility, setAccessibilityHelp, 0)
  313   ADD_UNARY_METHOD(NSPrintPanel, setDefaultButtonTitle, 0)
  316   ADD_UNARY_METHOD(UILocalNotification, setAlertBody, 0)
  317   ADD_UNARY_METHOD(UILocalNotification, setAlertAction, 0)
  318   ADD_UNARY_METHOD(UILocalNotification, setAlertTitle, 0)
  321   ADD_UNARY_METHOD(NSSlider, setTitle, 0)
  327   ADD_UNARY_METHOD(UIMenuItem, setTitle, 0)
  334   ADD_UNARY_METHOD(UIAlertController, setTitle, 0)
  335   ADD_UNARY_METHOD(UIAlertController, setMessage, 0)
  356   ADD_UNARY_METHOD(UIActionSheet, addButtonWithTitle, 0)
  357   ADD_UNARY_METHOD(UIActionSheet, setTitle, 0)
  365   ADD_UNARY_METHOD(UIAccessibilityCustomAction, setName, 0)
  368   ADD_UNARY_METHOD(UISearchBar, setText, 0)
  369   ADD_UNARY_METHOD(UISearchBar, setPrompt, 0)
  370   ADD_UNARY_METHOD(UISearchBar, setPlaceholder, 0)
  373   ADD_UNARY_METHOD(UIBarItem, setTitle, 0)
  376   ADD_UNARY_METHOD(UITextView, setText, 0)
  379   ADD_UNARY_METHOD(NSView, setToolTip, 0)
  382   ADD_UNARY_METHOD(NSTextField, setPlaceholderString, 0)
  383   ADD_UNARY_METHOD(NSTextField, textFieldWithString, 0)
  384   ADD_UNARY_METHOD(NSTextField, wrappingLabelWithString, 0)
  385   ADD_UNARY_METHOD(NSTextField, labelWithString, 0)
  388   ADD_UNARY_METHOD(NSAttributedString, initWithString, 0)
  394   ADD_UNARY_METHOD(NSText, setString, 0)
  401   ADD_UNARY_METHOD(UIKeyCommand, setDiscoverabilityTitle, 0)
  404   ADD_UNARY_METHOD(UILabel, setText, 0)
  412   ADD_UNARY_METHOD(NSAlert, addButtonWithTitle, 0)
  413   ADD_UNARY_METHOD(NSAlert, setMessageText, 0)
  414   ADD_UNARY_METHOD(NSAlert, setInformativeText, 0)
  415   ADD_UNARY_METHOD(NSAlert, setHelpAnchor, 0)
  418   ADD_UNARY_METHOD(UIMutableApplicationShortcutItem, setLocalizedTitle, 0)
  419   ADD_UNARY_METHOD(UIMutableApplicationShortcutItem, setLocalizedSubtitle, 0)
  427   ADD_UNARY_METHOD(NSWindow, setTitle, 0)
  431   ADD_UNARY_METHOD(NSWindow, setMiniwindowTitle, 0)
  434   ADD_UNARY_METHOD(NSPathCell, setPlaceholderString, 0)
  444   ADD_UNARY_METHOD(UINavigationItem, initWithTitle, 0)
  445   ADD_UNARY_METHOD(UINavigationItem, setTitle, 0)
  446   ADD_UNARY_METHOD(UINavigationItem, setPrompt, 0)
  454   ADD_UNARY_METHOD(UIAlertView, addButtonWithTitle, 0)
  455   ADD_UNARY_METHOD(UIAlertView, setTitle, 0)
  456   ADD_UNARY_METHOD(UIAlertView, setMessage, 0)
  459   ADD_UNARY_METHOD(NSFormCell, initTextCell, 0)
  460   ADD_UNARY_METHOD(NSFormCell, setTitle, 0)
  461   ADD_UNARY_METHOD(NSFormCell, setPlaceholderString, 0)
  464   ADD_UNARY_METHOD(NSUserNotification, setTitle, 0)
  465   ADD_UNARY_METHOD(NSUserNotification, setSubtitle, 0)
  466   ADD_UNARY_METHOD(NSUserNotification, setInformativeText, 0)
  467   ADD_UNARY_METHOD(NSUserNotification, setActionButtonTitle, 0)
  468   ADD_UNARY_METHOD(NSUserNotification, setOtherButtonTitle, 0)
  469   ADD_UNARY_METHOD(NSUserNotification, setResponsePlaceholder, 0)
  472   ADD_UNARY_METHOD(NSToolbarItem, setLabel, 0)
  473   ADD_UNARY_METHOD(NSToolbarItem, setPaletteLabel, 0)
  474   ADD_UNARY_METHOD(NSToolbarItem, setToolTip, 0)
  477   ADD_UNARY_METHOD(NSProgress, setLocalizedDescription, 0)
  478   ADD_UNARY_METHOD(NSProgress, setLocalizedAdditionalDescription, 0)
  489   ADD_UNARY_METHOD(NSUndoManager, setActionName, 0)
  490   ADD_UNARY_METHOD(NSUndoManager, undoMenuTitleForUndoActionName, 0)
  491   ADD_UNARY_METHOD(NSUndoManager, redoMenuTitleForUndoActionName, 0)
  498   ADD_UNARY_METHOD(NSMenuItem, setTitle, 0)
  499   ADD_UNARY_METHOD(NSMenuItem, setToolTip, 0)
  505   ADD_UNARY_METHOD(NSPopUpButtonCell, addItemWithTitle, 0)
  509   ADD_UNARY_METHOD(NSPopUpButtonCell, removeItemWithTitle, 0)
  510   ADD_UNARY_METHOD(NSPopUpButtonCell, selectItemWithTitle, 0)
  511   ADD_UNARY_METHOD(NSPopUpButtonCell, setTitle, 0)
  514   ADD_UNARY_METHOD(NSViewController, setTitle, 0)
  517   ADD_UNARY_METHOD(NSMenu, initWithTitle, 0)
  526   ADD_UNARY_METHOD(NSMenu, setTitle, 0)
  529   ADD_UNARY_METHOD(UIMutableUserNotificationAction, setTitle, 0)
  532   ADD_UNARY_METHOD(NSForm, addEntry, 0)
  538   ADD_UNARY_METHOD(NSTextFieldCell, setPlaceholderString, 0)
  547   ADD_UNARY_METHOD(UITextField, setText, 0)
  548   ADD_UNARY_METHOD(UITextField, setPlaceholder, 0)
  557   ADD_UNARY_METHOD(UIViewController, setTitle, 0)
  575   ADD_UNARY_METHOD(NSAccessibilityCustomRotorItemResult, setCustomLabel, 0)
  583   ADD_UNARY_METHOD(UIContextualAction, setTitle, 0)
  590   ADD_UNARY_METHOD(NSAccessibilityCustomRotor, setLabel, 0)
  593   ADD_UNARY_METHOD(NSWindowTab, setTitle, 0)
  594   ADD_UNARY_METHOD(NSWindowTab, setToolTip, 0)
  606   ADD_UNARY_METHOD(NSAccessibilityCustomAction, setName, 0)
  629   LSM_INSERT_UNARY("NSDateFormatter", "stringFromDate")
  634   LSM_INSERT_UNARY("NSNumberFormatter", "stringFromNumber")