Lines Matching refs:ConstructorTmpl
3005 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3006 if (ConstructorTmpl)
3008 ConstructorTmpl->getTemplatedDecl());
3023 if (ConstructorTmpl)
3024 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3402 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3403 if (ConstructorTmpl)
3405 ConstructorTmpl->getTemplatedDecl());
3411 if (ConstructorTmpl)
3412 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4029 FunctionTemplateDecl *ConstructorTmpl
4031 if (ConstructorTmpl)
4033 ConstructorTmpl->getTemplatedDecl());
4039 if (ConstructorTmpl)
4040 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4760 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(D);
4761 if (ConstructorTmpl->isInvalidDecl())
4765 ConstructorTmpl->getTemplatedDecl());
4772 = DeclAccessPair::make(ConstructorTmpl, ConstructorTmpl->getAccess());
4773 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, 0,