Lines Matching defs:SelectorSlotLocs
2631 ArrayRef<SourceLocation> SelectorSlotLocs;
2633 SelectorSlotLocs = SelectorLocs;
2635 SelectorSlotLocs = Loc;
2636 SourceLocation SelLoc = SelectorSlotLocs.front();
2661 (void)SemaRef.DiagnoseUseOfDecl(Class, SelectorSlotLocs);
2686 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs, nullptr,
2857 ArrayRef<SourceLocation> SelectorSlotLocs;
2859 SelectorSlotLocs = SelectorLocs;
2861 SelectorSlotLocs = Loc;
2862 SourceLocation SelLoc = SelectorSlotLocs.front();
2974 SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs);
3009 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs))
3056 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs))
3131 SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs, forwardClass))