Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
4149 QualType resultDeclType; in ActOnMethodDeclaration() local4154 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()4156 if (CheckFunctionReturnType(resultDeclType, MethodLoc)) in ActOnMethodDeclaration()4159 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration()4163 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()4169 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()