Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelLoc

944                                              SourceLocation SelLoc,
953 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
960 ReferencedSelectors.insert(std::make_pair(Sel, SelLoc));
2283 SourceLocation SelLoc = SelectorLocs.front();
2310 << Sel << SelLoc;
2336 Diag(SelLoc,
2346 Diag(SelLoc,
2356 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);