Searched refs:FPRetType (Results 1 – 2 of 2) sorted by relevance
276 const FunctionType *&FPRetType);810 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local812 FPRetType); in RewritePropertyImplDecl()814 if (FPRetType) { in RewritePropertyImplDecl()1038 const FunctionType *&FPRetType) { in RewriteTypeIntoString() argument1051 if ((FPRetType = PointeeTy->getAs<FunctionType>())) { in RewriteTypeIntoString()1053 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy()); in RewriteTypeIntoString()1064 const FunctionType *FPRetType = nullptr; in RewriteObjCMethodDecl() local1066 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType); in RewriteObjCMethodDecl()1140 if (FPRetType) { in RewriteObjCMethodDecl()[all …]
328 const FunctionType *&FPRetType);965 const FunctionType *FPRetType = nullptr; in RewritePropertyImplDecl() local967 FPRetType); in RewritePropertyImplDecl()969 if (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()1310 if (FPRetType) { in RewriteObjCMethodDecl()[all …]