Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunctionTemplateDecl

925     if (FunctionTemplateDecl *OldT = dyn_cast<FunctionTemplateDecl>(OldD)) {
982 FunctionTemplateDecl *OldTemplate = Old->getDescribedFunctionTemplate();
983 FunctionTemplateDecl *NewTemplate = New->getDescribedFunctionTemplate();
2959 FunctionTemplateDecl *ConstructorTmpl
2960 = dyn_cast<FunctionTemplateDecl>(D);
3087 FunctionTemplateDecl *ConstructorTmpl
3088 = dyn_cast<FunctionTemplateDecl>(D);
3148 FunctionTemplateDecl *ConvTemplate;
3149 if ((ConvTemplate = dyn_cast<FunctionTemplateDecl>(D)))
4041 FunctionTemplateDecl *ConvTemplate
4042 = dyn_cast<FunctionTemplateDecl>(D);
5443 FunctionTemplateDecl *FunTmpl = cast<FunctionTemplateDecl>(D);
5474 if (FunctionTemplateDecl *TD = dyn_cast<FunctionTemplateDecl>(Decl)) {
5599 Sema::AddMethodTemplateCandidate(FunctionTemplateDecl *MethodTmpl,
5652 Sema::AddTemplateOverloadCandidate(FunctionTemplateDecl *FunctionTemplate,
5843 Sema::AddTemplateConversionCandidate(FunctionTemplateDecl *FunctionTemplate,
6370 if (isa<FunctionTemplateDecl>(D))
7764 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate())
7779 AddTemplateOverloadCandidate(cast<FunctionTemplateDecl>(*I),
7853 if (FunctionTemplateDecl *BetterTemplate
7971 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) {
8048 if (FunctionTemplateDecl *FunTmpl =
8049 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) {
9077 bool AddMatchingTemplateFunction(FunctionTemplateDecl* FunctionTemplate,
9168 if (FunctionTemplateDecl *FunctionTemplate
9169 = dyn_cast<FunctionTemplateDecl>(Fn)) {
9363 FunctionTemplateDecl *FunctionTemplate
9364 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl());
9509 if (FunctionTemplateDecl *FuncTemplate
9510 = dyn_cast<FunctionTemplateDecl>(Callee)) {
9711 if (FunctionTemplateDecl *FTD = dyn_cast<FunctionTemplateDecl>(ND))
10010 (Functions.size() == 1 && isa<FunctionTemplateDecl>(*Functions.begin()));
10787 AddMethodTemplateCandidate(cast<FunctionTemplateDecl>(Func),
10981 if (isa<FunctionTemplateDecl>(D))