Lines Matching defs:FD1
5413 FunctionDecl *FD1 = FT1->getTemplatedDecl();
5415 const FunctionProtoType *Proto1 = FD1->getType()->getAs<FunctionProtoType>();
5451 S, TemplateParams, FD2->getType(), FD1->getType(), Info, Deduced,
5536 const FunctionDecl *FD1 = FT1->getTemplatedDecl();
5544 FD1->getType()->castAs<FunctionProtoType>();
5550 const CXXMethodDecl *Method1 = dyn_cast<CXXMethodDecl>(FD1);
5622 Param1.reserve(FD1->param_size() + ShouldConvert1);
5625 for (const auto &P : FD1->parameters())
5639 FD1->param_size() && FD1->parameters().back()->isParameterPack();
5721 !Context.hasSameType(FD1->getReturnType(), FD2->getReturnType()))
5823 FunctionDecl *Sema::getMoreConstrainedFunction(FunctionDecl *FD1,
5825 assert(!FD1->getDescribedTemplate() && !FD2->getDescribedTemplate() &&
5827 FunctionDecl *F1 = FD1;
5828 if (FunctionDecl *MF = FD1->getInstantiatedFromMemberFunction())
5843 return AtLeastAsConstrained1 ? FD1 : FD2;