Lines Matching defs:SelectorSlotLocs
2619 ArrayRef<SourceLocation> SelectorSlotLocs;
2621 SelectorSlotLocs = SelectorLocs;
2623 SelectorSlotLocs = Loc;
2624 SourceLocation SelLoc = SelectorSlotLocs.front();
2649 (void)SemaRef.DiagnoseUseOfDecl(Class, SelectorSlotLocs);
2674 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs, nullptr,
2845 ArrayRef<SourceLocation> SelectorSlotLocs;
2847 SelectorSlotLocs = SelectorLocs;
2849 SelectorSlotLocs = Loc;
2850 SourceLocation SelLoc = SelectorSlotLocs.front();
2962 SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs);
2997 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs))
3044 if (Method && SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs))
3119 SemaRef.DiagnoseUseOfDecl(Method, SelectorSlotLocs, forwardClass))