Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelLoc

968                                              SourceLocation SelLoc,
977 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
2340 SourceLocation SelLoc = SelectorLocs.front();
2367 << Sel << SelLoc;
2393 Diag(SelLoc,
2403 Diag(SelLoc,
2413 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);