Lines Matching refs:FD2
5018 FunctionDecl *FD2 = FT2->getTemplatedDecl(); in isAtLeastAsSpecializedAs() local
5020 const FunctionProtoType *Proto2 = FD2->getType()->getAs<FunctionProtoType>(); in isAtLeastAsSpecializedAs()
5037 CXXMethodDecl *Method2 = dyn_cast<CXXMethodDecl>(FD2); in isAtLeastAsSpecializedAs()
5110 FD2->getType(), FD1->getType(), in isAtLeastAsSpecializedAs()
5154 ::MarkUsedTemplateParameters(S.Context, FD2->getType(), false, in isAtLeastAsSpecializedAs()
5215 FunctionDecl *FD2 = FT2->getTemplatedDecl(); in getMoreSpecializedTemplate() local
5217 unsigned NumParams2 = FD2->getNumParams(); in getMoreSpecializedTemplate()
5219 bool Variadic2 = NumParams2 && FD2->parameters().back()->isParameterPack(); in getMoreSpecializedTemplate()
5231 QualType T2 = FD2->getParamDecl(i)->getType().getCanonicalType(); in getMoreSpecializedTemplate()
5288 FD2->getParamDecl(i)->getType())) in getMoreSpecializedTemplate()
5297 !Context.hasSameType(FD1->getReturnType(), FD2->getReturnType())) in getMoreSpecializedTemplate()