Searched defs:FT1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3607 /// \brief Determine whether the function template \p FT1 is at least as
3611 FunctionTemplateDecl *FT1,
3616 FunctionDecl *FD1 = FT1->getTemplatedDecl();
3723 // All template arguments were deduced. FT1 is at least as specialized
3792 /// \param FT1 the first function template
3805 Sema::getMoreSpecializedTemplate(FunctionTemplateDecl *FT1, argument
3811 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC,
3813 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC,
3818 return Better1? FT1 : FT2;
3883 return FT1;
3609 isAtLeastAsSpecializedAs(Sema &S, SourceLocation Loc, FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SmallVectorImpl<RefParamPartialOrderingComparison> *RefParamComparisons) argument
[all...]

Completed in 58 milliseconds