Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FPRetType

283                                const FunctionType *&FPRetType);
818 const FunctionType *FPRetType = nullptr;
820 FPRetType);
822 if (FPRetType) {
826 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){
1046 const FunctionType *&FPRetType) {
1059 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1061 FPRetType->getReturnType().getAsString(Context->getPrintingPolicy());
1072 const FunctionType *FPRetType = nullptr;
1074 RewriteTypeIntoString(OMD->getReturnType(), ResultStr, FPRetType);
1148 if (FPRetType) {
1152 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)) {