Lines Matching defs:FTP
4526 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4527 // FTP will be null for closures that don't take arguments.
4533 if (FTP) {
4534 for (auto &I : FTP->param_types()) {
4585 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4586 // FTP will be null for closures that don't take arguments.
4598 if (FTP) {
4599 for (auto &I : FTP->param_types()) {
4799 const FunctionProtoType *FTP;
4802 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4806 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4808 if (FTP) {
4809 for (const auto &I : FTP->param_types())
4817 const FunctionProtoType *FTP;
4820 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4824 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4826 if (FTP) {
4827 for (const auto &I : FTP->param_types()) {