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

Declarations

tools/clang/include/clang/Basic/IdentifierTable.h
  831   Selector getSelector(unsigned NumArgs, IdentifierInfo **IIV);

References

tools/clang/include/clang/AST/ASTContext.h
 3045   return Ctx.Selectors.getSelector(0, &II);
 3051   return Ctx.Selectors.getSelector(1, &II);
tools/clang/include/clang/Analysis/SelectorExtras.h
   23   return Ctx.Selectors.getSelector(II.size(), &II[0]);
tools/clang/lib/ARCMigrate/TransAPIUses.cpp
   47     getArgumentSel = sels.getSelector(2, selIds);
   49     setArgumentSel = sels.getSelector(2, selIds);
tools/clang/lib/AST/ASTImporter.cpp
 8709   return ToContext.Selectors.getSelector(FromSel.getNumArgs(), Idents.data());
tools/clang/lib/AST/NSAPI.cpp
   62       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
   99       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  116       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  127       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  135       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  172       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  180       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  189       Sel = Ctx.Selectors.getSelector(3, KeyIdents);
  209       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  220       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  228       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  236       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  269       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  277       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  285       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  293       Sel = Ctx.Selectors.getSelector(2, KeyIdents);
  600     Sel = Ctx.Selectors.getSelector(Idents.size(), Idents.data());
  608     Sel = Ctx.Selectors.getSelector(0, &Ident);
tools/clang/lib/Analysis/ObjCNoReturn.cpp
   39     C.Selectors.getSelector(II.size(), &II[0]);
   44     C.Selectors.getSelector(II.size(), &II[0]);
tools/clang/lib/CodeGen/CGObjC.cpp
 1660     CGM.getContext().Selectors.getSelector(llvm::array_lengthof(II), &II[0]);
 2533   Selector AllocSel = getContext().Selectors.getSelector(0, &II);
 2543   Selector InitSel = getContext().Selectors.getSelector(0, &II);
 2580   Selector DrainSel = getContext().Selectors.getSelector(0, &II);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 1552     return CGM.getContext().Selectors.getSelector(0, &II);
 1557     return CGM.getContext().Selectors.getSelector(1, &II);
 6178         CGM.getContext().Selectors.getSelector(3, KeyIdents));
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5154     Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
 5173   Selector cxxSelector = getContext().Selectors.getSelector(0, &II);
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  594       Selector LoadSel = Context->Selectors.getSelector(0, &II);
tools/clang/lib/Parse/ParseObjc.cpp
  756           SetterSel = PP.getSelectorTable().getSelector(1, &SetterName);
 1503   Selector Sel = PP.getSelectorTable().getSelector(KeyIdents.size(),
 3299   Selector Sel = PP.getSelectorTable().getSelector(nKeys, &KeyIdents[0]);
 3622   Selector Sel = PP.getSelectorTable().getSelector(nColons, &KeyIdents[0]);
tools/clang/lib/Sema/SemaCodeComplete.cpp
 7752     if (KnownSelectors.insert(Selectors.getSelector(2, SelectorIds)).second) {
 7784     if (KnownSelectors.insert(Selectors.getSelector(2, SelectorIds)).second) {
 7814     if (KnownSelectors.insert(Selectors.getSelector(2, SelectorIds)).second) {
 7887     if (KnownSelectors.insert(Selectors.getSelector(2, SelectorIds)).second) {
 7918     if (KnownSelectors.insert(Selectors.getSelector(2, SelectorIds)).second) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
 2722     Selector fISelector = S.Context.Selectors.getSelector(1, &II);
tools/clang/lib/Sema/SemaExprObjC.cpp
  666       Selector ValueWithBytesObjCType = Context.Selectors.getSelector(2, II);
tools/clang/lib/Sema/SemaPseudoObject.cpp
 1135   Selector GetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
 1178     AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
 1186     AtIndexGetterSelector = S.Context.Selectors.getSelector(1, KeyIdents);
 1285     AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
 1293     AtIndexSetterSelector = S.Context.Selectors.getSelector(2, KeyIdents);
tools/clang/lib/Sema/SemaStmt.cpp
 1873     Selector selector = Context.Selectors.getSelector(3, &selectorIdents[0]);
tools/clang/lib/Serialization/ASTReader.cpp
  846   return SelTable.getSelector(N, Args.data());
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  782   DeallocSel = Ctx.Selectors.getSelector(0, &DeallocII);
  783   ReleaseSel = Ctx.Selectors.getSelector(0, &ReleaseII);
tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
  164   ADD_METHOD(UITabBarItem, initWithTitleUITabBarItemTag, 3, 0)
  168   ADD_METHOD(UITabBarItem, initWithTitleUITabBarItemImage, 3, 0)
  181   ADD_METHOD(UITableViewRowAction, rowActionWithStyleUITableViewRowAction, 3, 1)
  193   ADD_METHOD(NSButton, radioButtonWithTitleNSButton, 3, 0)
  197   ADD_METHOD(NSButton, buttonWithTitleNSButtonImage, 4, 0)
  201   ADD_METHOD(NSButton, checkboxWithTitleNSButton, 3, 0)
  205   ADD_METHOD(NSButton, buttonWithTitleNSButtonTarget, 3, 0)
  224   ADD_METHOD(NSBrowser, setTitleNSBrowser, 2, 0)
  235   ADD_METHOD(UIAlertAction, actionWithTitleUIAlertAction, 3, 0)
  241   ADD_METHOD(NSPopUpButton, insertItemWithTitleNSPopUpButton, 2, 0)
  250   ADD_METHOD(NSTableViewRowAction, rowActionWithStyleNSTableViewRowAction, 3, 1)
  282   ADD_METHOD(NSSegmentedControl, setLabelNSSegmentedControl, 2, 0)
  285   ADD_METHOD(NSSegmentedControl, setToolTipNSSegmentedControl, 2, 0)
  310   ADD_METHOD(NSMatrix, setToolTipNSMatrix, 2, 0)
  326   ADD_METHOD(UIMenuItem, initWithTitleUIMenuItem, 2, 0)
  333   ADD_METHOD(UIAlertController, alertControllerWithTitleUIAlertController, 3, 1)
  342   ADD_METHOD(UIApplicationShortcutItem,
  346   ADD_METHOD(UIApplicationShortcutItem, initWithTypeUIApplicationShortcutItem,
  355   ADD_METHOD(UIActionSheet, initWithTitleUIActionSheet, 5, 0)
  363   ADD_METHOD(UIAccessibilityCustomAction,
  391   ADD_METHOD(NSAttributedString, initWithStringNSAttributedString, 2, 0)
  400   ADD_METHOD(UIKeyCommand, keyCommandWithInputUIKeyCommand, 4, 3)
  411   ADD_METHOD(NSAlert, alertWithMessageTextNSAlert, 5, 0)
  424   ADD_METHOD(UIButton, setTitleUIButton, 2, 0)
  430   ADD_METHOD(NSWindow, minFrameWidthWithTitleNSWindow, 2, 0)
  440   ADD_METHOD(UIDocumentMenuViewController,
  453   ADD_METHOD(UIAlertView, initWithTitleUIAlertView, 5, 0)
  483   ADD_METHOD(NSSegmentedCell, setLabelNSSegmentedCell, 2, 0)
  486   ADD_METHOD(NSSegmentedCell, setToolTipNSSegmentedCell, 2, 0)
  497   ADD_METHOD(NSMenuItem, initWithTitleNSMenuItem, 3, 0)
  504   ADD_METHOD(NSPopUpButtonCell, initTextCellNSPopUpButtonCell, 2, 0)
  508   ADD_METHOD(NSPopUpButtonCell, insertItemWithTitleNSPopUpButtonCell, 2, 0)
  521   ADD_METHOD(NSMenu, insertItemWithTitleNSMenu, 4, 0)
  525   ADD_METHOD(NSMenu, addItemWithTitleNSMenu, 3, 0)
  535   ADD_METHOD(NSForm, insertEntryNSForm, 2, 0)
  543   ADD_METHOD(NSUserNotificationAction,
  554   ADD_METHOD(UIBarButtonItem, initWithTitleUIBarButtonItem, 4, 0)
  563   ADD_METHOD(UISegmentedControl, insertSegmentWithTitleUISegmentedControl, 3, 0)
  566   ADD_METHOD(UISegmentedControl, setTitleUISegmentedControl, 2, 0)
  573   ADD_METHOD(NSAccessibilityCustomRotorItemResult,
  581   ADD_METHOD(UIContextualAction, contextualActionWithStyleUIContextualAction, 3,
  588   ADD_METHOD(NSAccessibilityCustomRotor,
  599   ADD_METHOD(NSAccessibilityCustomAction,
  604   ADD_METHOD(NSAccessibilityCustomAction,
  628   LSM_INSERT_SELECTOR("NSBundle", LocalizedStringMacro, 3)
  633   LSM_INSERT_SELECTOR("NSDateFormatter", LocalizedStringFromDate, 3)
tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
  113     Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II);
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
  231   SELdealloc = Ctx.Selectors.getSelector(0, &IIdealloc);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1077     original_selector = original_ctx->Selectors.getSelector(0, &ident);
 1084     original_selector = original_ctx->Selectors.getSelector(1, &ident);
 1097         original_ctx->Selectors.getSelector(num_args, idents.data());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
  365     clang::Selector sel = ast_ctx.Selectors.getSelector(
tools/lldb/source/Symbol/ClangASTContext.cpp
 8426           setter_sel = clang_ast->Selectors.getSelector(1, &setter_ident);
 8433           setter_sel = clang_ast->Selectors.getSelector(1, &setter_ident);
 8442           getter_sel = clang_ast->Selectors.getSelector(0, &getter_ident);
 8446           getter_sel = clang_ast->Selectors.getSelector(0, &getter_ident);
 8619   clang::Selector method_selector = ast->Selectors.getSelector(