Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
4800 QualType resultDeclType; in ActOnMethodDeclaration() local4805 resultDeclType = SemaRef.GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()4807 if (SemaRef.CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()4810 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()4814 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()4820 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, in ActOnMethodDeclaration()