Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
3063 QualType resultDeclType; in ActOnMethodDeclaration() local3068 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()3070 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()3073 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()3075 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()3081 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()