Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
4737 QualType resultDeclType; in ActOnMethodDeclaration() local4742 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()4744 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()4747 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()4751 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()4757 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()