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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4154 /// \brief Determine whether the function template \p FT1 is at least as
4158 FunctionTemplateDecl *FT1,
4163 FunctionDecl *FD1 = FT1->getTemplatedDecl();
4280 // All template arguments were deduced. FT1 is at least as specialized
4341 /// \param FT1 the first function template
4348 /// \param NumCallArguments1 The number of arguments in the call to FT1, used
4357 Sema::getMoreSpecializedTemplate(FunctionTemplateDecl *FT1, argument
4364 bool Better1 = isAtLeastAsSpecializedAs(*this, Loc, FT1, FT2, TPOC,
4366 bool Better2 = isAtLeastAsSpecializedAs(*this, Loc, FT2, FT1, TPOC,
4371 return Better1? FT1
4156 isAtLeastAsSpecializedAs(Sema &S, SourceLocation Loc, FunctionTemplateDecl *FT1, FunctionTemplateDecl *FT2, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments1, SmallVectorImpl<RefParamPartialOrderingComparison> *RefParamComparisons) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5938 FunctionTemplateDecl *getMoreSpecializedTemplate(FunctionTemplateDecl *FT1,

Completed in 118 milliseconds