Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstructorTmpl

3145     FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3146 if (ConstructorTmpl)
3148 ConstructorTmpl->getTemplatedDecl());
3173 if (ConstructorTmpl)
3174 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
3579 FunctionTemplateDecl *ConstructorTmpl = dyn_cast<FunctionTemplateDecl>(D);
3580 if (ConstructorTmpl)
3582 ConstructorTmpl->getTemplatedDecl());
3588 if (ConstructorTmpl)
3589 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4207 FunctionTemplateDecl *ConstructorTmpl
4209 if (ConstructorTmpl)
4211 ConstructorTmpl->getTemplatedDecl());
4217 if (ConstructorTmpl)
4218 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl,
4958 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(D);
4959 if (ConstructorTmpl->isInvalidDecl())
4963 ConstructorTmpl->getTemplatedDecl());
4970 = DeclAccessPair::make(ConstructorTmpl, ConstructorTmpl->getAccess());
4971 S.AddTemplateOverloadCandidate(ConstructorTmpl, FoundDecl, nullptr,