Lines Matching defs:FT1
5402 /// Determine whether the function template \p FT1 is at least as
5405 const FunctionTemplateDecl *FT1,
5413 FunctionDecl *FD1 = FT1->getTemplatedDecl();
5474 // All template arguments were deduced. FT1 is at least as specialized
5531 FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, SourceLocation Loc,
5536 const FunctionDecl *FD1 = FT1->getTemplatedDecl();
5603 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC, Reversed,
5605 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC, Reversed,
5611 return Better1 ? FT1 : FT2;
5646 return FT1;
5674 return FT1;
5693 TemplateParameterList *TPL1 = FT1->getTemplateParameters();
5725 FT1->getAssociatedConstraints(AC1);
5728 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
5730 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2))
5734 return AtLeastAsConstrained1 ? FT1 : FT2;