Searched refs:FPRetType (Results 1 – 2 of 2) sorted by relevance
273 const FunctionType *&FPRetType);810 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local812 FPRetType); in RewritePropertyImplDecl()814 if (FPRetType) { in RewritePropertyImplDecl()818 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()1039 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1052 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1054 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1065 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1067 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()[all …]
326 const FunctionType *&FPRetType);963 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local965 FPRetType); in RewritePropertyImplDecl()967 if (FPRetType) { in RewritePropertyImplDecl()971 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()1206 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1219 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1221 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1232 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1234 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()[all …]