Home | History | Annotate | Download | only in Frontend

Lines Matching defs:FTP

3737   const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
3738 // FTP will be null for closures that don't take arguments.
3744 if (FTP) {
3745 for (auto &I : FTP->param_types()) {
3800 const FunctionProtoType *FTP = dyn_cast<FunctionProtoType>(FT);
3801 // FTP will be null for closures that don't take arguments.
3813 if (FTP) {
3814 for (auto &I : FTP->param_types()) {
4006 const FunctionProtoType *FTP;
4009 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4013 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4015 if (FTP) {
4016 for (const auto &I : FTP->param_types())
4024 const FunctionProtoType *FTP;
4027 FTP = PT->getPointeeType()->getAs<FunctionProtoType>();
4031 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4033 if (FTP) {
4034 for (const auto &I : FTP->param_types()) {