reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 4551     Diag(MethodLoc, diag::err_missing_method_context);
 4562     if (CheckFunctionReturnType(resultDeclType, MethodLoc))
 4570     Diag(MethodLoc, diag::warn_missing_method_return_type)
 4575       Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext,