Home | History | Annotate | Download | only in Sema

Lines Matching refs:SelLoc

1035                                              SourceLocation SelLoc,
1049 Diag(SelLoc, diag::warn_undeclared_selector_with_typo)
1054 Diag(SelLoc, diag::warn_undeclared_selector) << Sel;
1280 SourceLocation SelLoc;
1282 SelLoc = SelectorLocs.front();
1284 SelLoc = lbrac;
1295 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy);
1320 Diag(SelLoc, DiagID)
1325 Diag(SelLoc, DiagID)
1358 Diag(SelLoc, diag::err_typecheck_call_too_few_args)
1384 ExprResult argE = checkUnknownAnyArg(SelLoc, argExpr, paramType);
1403 ExprResult ArgE = PerformCopyInitialization(Entity, SelLoc, argExpr);
1433 DiagnoseSentinelCalls(Method, SelLoc, Args);
1437 Method, SelLoc, makeArrayRef<const Expr *>(Args.data(), Args.size()));
2082 SourceLocation SelLoc;
2084 SelLoc = SelectorLocs.front();
2086 SelLoc = Loc;
2111 (void)DiagnoseUseOfDecl(Class, SelLoc);
2136 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2256 SourceLocation SelLoc;
2258 SelLoc = SelectorLocs.front();
2260 SelLoc = Loc;
2370 Diag(SelLoc, diag::warn_instance_method_on_class_found)
2385 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2404 Diag(SelLoc, diag::warn_root_inst_method_not_found)
2423 if (Method && DiagnoseUseOfDecl(Method, SelLoc))
2459 Diag(SelLoc, diag::err_arc_may_not_respond)
2473 Diag(SelLoc, diag::warn_maynot_respond)
2479 if (Method && DiagnoseUseOfDecl(Method, SelLoc, forwardClass))
2518 Diag(SelLoc, SuperLoc.isValid() ?
2530 Diag(SelLoc, diag::warn_objc_secondary_init_super_init_call);
2578 Diag(SelLoc, diag::err_arc_illegal_explicit_message)
2605 Diag(SelLoc,
2615 Diag(SelLoc,
2625 Diag(SelLoc, diag::warn_arc_perform_selector_leaks);