Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
4746 QualType resultDeclType; in ActOnMethodDeclaration() local4751 resultDeclType = SemaRef.GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()4753 if (SemaRef.CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()4756 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()4760 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()4766 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, in ActOnMethodDeclaration()