Searched refs:FPRetType (Results 1 – 2 of 2) sorted by relevance
275 const FunctionType *&FPRetType);812 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local814 FPRetType); in RewritePropertyImplDecl()816 if (FPRetType) { in RewritePropertyImplDecl()820 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()1041 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1054 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1056 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1067 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1069 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()[all …]
328 const FunctionType *&FPRetType);965 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local967 FPRetType); in RewritePropertyImplDecl()969 if (FPRetType) { in RewritePropertyImplDecl()973 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl()1208 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1221 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1223 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1234 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1236 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()[all …]