Lines Matching defs:FTP
4655 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4656 // FTP will be null for closures that don't take arguments.
4662 if (FTP) {
4663 for (auto &I : FTP->param_types()) {
4716 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4717 // FTP will be null for closures that don't take arguments.
4729 if (FTP) {
4730 for (auto &I : FTP->param_types()) {
4939 const FunctionProtoType *FTP;
4942 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4946 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4948 if (FTP) {
4949 for (const auto &I : FTP->param_types())
4957 const FunctionProtoType *FTP;
4960 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4964 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4966 if (FTP) {
4967 for (const auto &I : FTP->param_types()) {