Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstructorTmpl

2738         if (FunctionTemplateDecl *ConstructorTmpl =
2740 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
2809 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
2810 if (ConstructorTmpl)
2812 ConstructorTmpl->getTemplatedDecl());
2827 if (ConstructorTmpl)
2828 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3195 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3196 if (ConstructorTmpl)
3198 ConstructorTmpl->getTemplatedDecl());
3204 if (ConstructorTmpl)
3205 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3732 FunctionTemplateDecl *ConstructorTmpl
3734 if (ConstructorTmpl)
3736 ConstructorTmpl->getTemplatedDecl());
3742 if (ConstructorTmpl)
3743 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4354 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(*Con);
4355 if (ConstructorTmpl->isInvalidDecl())
4359 ConstructorTmpl->getTemplatedDecl());
4366 = DeclAccessPair::make(ConstructorTmpl, ConstructorTmpl->getAccess());
4367 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, 0,