Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodLoc

2517     SourceLocation MethodLoc, SourceLocation EndLoc,
2530 Diag(MethodLoc, diag::error_missing_method_context);
2545 Diag(MethodLoc, diag::err_object_cannot_be_passed_returned_by_value)
2553 Diag(MethodLoc, diag::warn_missing_method_return_type)
2558 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel,