Lines Matching defs:FTP
3686 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
3687 // FTP will be null for closures that don't take arguments.
3693 if (FTP) {
3694 for (auto &I : FTP->param_types()) {
3747 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
3748 // FTP will be null for closures that don't take arguments.
3760 if (FTP) {
3761 for (auto &I : FTP->param_types()) {
3947 const FunctionProtoType *FTP;
3950 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
3954 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
3956 if (FTP) {
3957 for (const auto &I : FTP->param_types())
3965 const FunctionProtoType *FTP;
3968 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
3972 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
3974 if (FTP) {
3975 for (const auto &I : FTP->param_types()) {