Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:FPT

1333   else if (const auto *FPT = dyn_cast<FunctionProtoType>(Ty)) {
1334 for (const QualType &ParamType : FPT->param_types())
1336 if (FPT->isVariadic())
3028 const FunctionProtoType *FPT =
3032 CXXMethodDecl::getThisType(FPT, Ty->getMostRecentCXXRecordDecl()),
3033 FPT, U, false),
3842 else if (auto *FPT = dyn_cast<FunctionProtoType>(FnType))
3843 if (FPT->getNumParams() > 1)
3844 SelfDeclTy = FPT->getParamType(0);
3869 if (const auto *FPT = dyn_cast<FunctionProtoType>(FnType))
3870 for (QualType ParamType : FPT->param_types())