Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FPRetType

337                                const FunctionType *&FPRetType);
985 const FunctionType *FPRetType = nullptr;
987 FPRetType);
989 if (FPRetType) {
993 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1244 const FunctionType *&FPRetType) {
1257 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1259 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1270 const FunctionType *FPRetType = nullptr;
1272 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
1346 if (FPRetType) {
1350 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)) {