Lines Matching refs:FD2
5283 FunctionDecl *FD2 = FT2->getTemplatedDecl(); in isAtLeastAsSpecializedAs() local
5285 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs()
5302 CXXMethodDecl *Method2 = dyn_cast<CXXMethodDecl>(FD2); in isAtLeastAsSpecializedAs()
5378 FD2->getType(), FD1->getType(), in isAtLeastAsSpecializedAs()
5422 ::MarkUsedTemplateParameters(S.Context, FD2->getType(), false, in isAtLeastAsSpecializedAs()
5483 FunctionDecl *FD2 = FT2->getTemplatedDecl(); in getMoreSpecializedTemplate() local
5485 unsigned NumParams2 = FD2->getNumParams(); in getMoreSpecializedTemplate()
5487 bool Variadic2 = NumParams2 && FD2->parameters().back()->isParameterPack(); in getMoreSpecializedTemplate()
5499 QualType T2 = FD2->getParamDecl(i)->getType().getCanonicalType(); in getMoreSpecializedTemplate()
5556 FD2->getParamDecl(i)->getType())) in getMoreSpecializedTemplate()
5565 !Context.hasSameType(FD1->getReturnType(), FD2->getReturnType())) in getMoreSpecializedTemplate()