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