Lines Matching defs:SelLoc
1299 SourceLocation SelLoc,
1314 Diag(SelLoc, diag::warn_undeclared_selector_with_typo)
1319 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
1720 SourceLocation SelLoc;
1722 SelLoc = SelectorLocs.front();
1724 SelLoc = lbrac;
1735 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy);
1761 Diag(SelLoc, DiagID)
1765 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel;
1768 Diag(SelLoc, DiagID)
1806 Diag(SelLoc, diag::err_typecheck_call_too_few_args)
1843 ExprResult argE = SemaRef.checkUnknownAnyArg(SelLoc, argExpr, paramType);
1913 SemaRef.DiagnoseSentinelCalls(Method, SelLoc, Args);
1917 CheckObjCMethodCall(Method, SelLoc, ArrayRef(Args.data(), Args.size()));
2624 SourceLocation SelLoc = SelectorSlotLocs.front();
2746 checkFoundationAPI(SemaRef, SelLoc, Method, ArrayRef(Args, NumArgs),
2850 SourceLocation SelLoc = SelectorSlotLocs.front();
2979 Diag(SelLoc, diag::warn_instance_method_on_class_found)
3020 Diag(SelLoc, diag::warn_root_inst_method_not_found)
3082 Diag(SelLoc, diag::err_arc_may_not_respond)
3112 Diag(SelLoc, diag::warn_maynot_respond)
3203 Diag(SelLoc, SuperLoc.isValid() ?
3215 Diag(SelLoc, diag::warn_objc_secondary_init_super_init_call);
3266 Diag(SelLoc, diag::err_arc_illegal_explicit_message)
3293 Diag(SelLoc,
3303 Diag(SelLoc,
3313 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);
3354 checkFoundationAPI(SemaRef, SelLoc, Method, ArrayRef(Args, NumArgs),