Searched refs:resultDeclType (Results 1 – 1 of 1) sorted by relevance
2288 QualType resultDeclType; in ActOnMethodDeclaration() local2292 resultDeclType = GetTypeFromParser(ReturnType, &ResultTInfo); in ActOnMethodDeclaration()2296 if (resultDeclType->isObjCObjectType()) { in ActOnMethodDeclaration()2298 << 0 << resultDeclType; in ActOnMethodDeclaration()2302 resultDeclType = Context.getObjCIdType(); in ActOnMethodDeclaration()2305 ObjCMethodDecl::Create(Context, MethodLoc, EndLoc, Sel, resultDeclType, in ActOnMethodDeclaration()