Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelLoc

1041                                              SourceLocation SelLoc,
1055 Diag(SelLoc, diag::warn_undeclared_selector_with_typo)
1060 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
1282 SourceLocation SelLoc;
1284 SelLoc = SelectorLocs.front();
1286 SelLoc = lbrac;
1297 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy);
1323 Diag(SelLoc, DiagID)
1327 Diag(SelLoc, DiagID) << Sel<< isClassMessage << MatchedSel;
1330 Diag(SelLoc, DiagID)
1369 Diag(SelLoc, diag::err_typecheck_call_too_few_args)
1395 ExprResult argE = checkUnknownAnyArg(SelLoc, argExpr, paramType);
1444 DiagnoseSentinelCalls(Method, SelLoc, Args);
1448 Method, SelLoc, makeArrayRef(Args.data(), Args.size()));
2091 SourceLocation SelLoc;
2093 SelLoc = SelectorLocs.front();
2095 SelLoc = Loc;
2120 (void)DiagnoseUseOfDecl(Class, SelLoc);
2145 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2291 SourceLocation SelLoc;
2293 SelLoc = SelectorLocs.front();
2295 SelLoc = Loc;
2399 DiagnoseUseOfDecl(Method, SelLoc);
2416 Diag(SelLoc, diag::warn_instance_method_on_class_found)
2431 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2448 Diag(SelLoc, diag::warn_root_inst_method_not_found)
2471 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2507 Diag(SelLoc, diag::err_arc_may_not_respond)
2529 Diag(SelLoc, diag::warn_maynot_respond)
2535 if (Method && DiagnoseUseOfDecl(Method, SelLoc, forwardClass))
2574 Diag(SelLoc, SuperLoc.isValid() ?
2586 Diag(SelLoc, diag::warn_objc_secondary_init_super_init_call);
2635 Diag(SelLoc, diag::err_arc_illegal_explicit_message)
2662 Diag(SelLoc,
2672 Diag(SelLoc,
2682 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);