Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodLoc

1274   SourceLocation MethodLoc = method->getLocStart();
1275 if (MethodLoc.isValid())
1276 S.Diag(MethodLoc, diag::note_method_declared_at) << method;
3045 SourceLocation MethodLoc, SourceLocation EndLoc,
3058 Diag(MethodLoc, diag::error_missing_method_context);
3070 if (CheckFunctionReturnType(resultDeclType, MethodLoc))
3076 Diag(MethodLoc, diag::warn_missing_method_return_type)
3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,