Searched refs:FPRetType (Results 1 – 1 of 1) sorted by relevance
327 const FunctionType *&FPRetType);964 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local966 FPRetType); in RewritePropertyImplDecl()968 if (FPRetType) { in RewritePropertyImplDecl()972 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()1207 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1220 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1222 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1233 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1235 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()[all …]