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

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3665 /// \brief Determine whether the function template \p FT1 is at least as
3669 FunctionTemplateDecl *FT1,
3674 FunctionDecl *FD1 = FT1->getTemplatedDecl();
3781 // All template arguments were deduced. FT1 is at least as specialized
3850 /// \param FT1 the first function template
3863 Sema::getMoreSpecializedTemplate(FunctionTemplateDecl *FT1, argument
3869 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC,
3871 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC,
3876 return Better1? FT1 : FT2;
3941 return FT1;
3667 isAtLeastAsSpecializedAs(Sema &S, SourceLocation Loc, FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SmallVectorImpl<RefParamPartialOrderingComparison> *RefParamComparisons) argument
[all...]

Completed in 32 milliseconds