Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstructorTmpl

2777     FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
2778 if (ConstructorTmpl)
2780 ConstructorTmpl->getTemplatedDecl());
2795 if (ConstructorTmpl)
2796 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3187 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3188 if (ConstructorTmpl)
3190 ConstructorTmpl->getTemplatedDecl());
3196 if (ConstructorTmpl)
3197 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3756 FunctionTemplateDecl *ConstructorTmpl
3758 if (ConstructorTmpl)
3760 ConstructorTmpl->getTemplatedDecl());
3766 if (ConstructorTmpl)
3767 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4434 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(D);
4435 if (ConstructorTmpl->isInvalidDecl())
4439 ConstructorTmpl->getTemplatedDecl());
4446 = DeclAccessPair::make(ConstructorTmpl, ConstructorTmpl->getAccess());
4447 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, 0,