Lines Matching defs:FTP
4510 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4511 // FTP will be null for closures that don't take arguments.
4517 if (FTP) {
4518 for (auto &I : FTP->param_types()) {
4569 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
4570 // FTP will be null for closures that don't take arguments.
4582 if (FTP) {
4583 for (auto &I : FTP->param_types()) {
4783 const FunctionProtoType *FTP;
4786 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4790 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4792 if (FTP) {
4793 for (const auto &I : FTP->param_types())
4801 const FunctionProtoType *FTP;
4804 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4808 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4810 if (FTP) {
4811 for (const auto &I : FTP->param_types()) {