Searched defs:FunTmpl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2755 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D)) {
2765 if (S.DeduceTemplateArguments(FunTmpl, &ExplicitTemplateArgs,
3770 static bool isVariadicFunctionTemplate(FunctionTemplateDecl *FunTmpl) { argument
3771 FunctionDecl *Function = FunTmpl->getTemplatedDecl();
H A DSemaTemplate.cpp5784 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Ovl)) {
5801 = DeduceTemplateArguments(FunTmpl, ExplicitTemplateArgs,
6654 FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Prev); local
6655 if (!FunTmpl)
6661 = DeduceTemplateArguments(FunTmpl,
6730 FunctionTemplateDecl *FunTmpl = Specialization->getPrimaryTemplate(); local
6731 if (D.getName().getKind() != UnqualifiedId::IK_TemplateId && !FunTmpl &&
6739 FunTmpl? (NamedDecl *)FunTmpl
H A DSemaDecl.cpp7267 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D))
7268 FD = FunTmpl->getTemplatedDecl();
7435 FunctionTemplateDecl *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(dcl); local
7436 if (FunTmpl)
7437 FD = FunTmpl->getTemplatedDecl();
H A DSemaOverload.cpp5339 FunctionTemplateDecl *FunTmpl = cast<FunctionTemplateDecl>(D); local
5340 if (isa<CXXMethodDecl>(FunTmpl->getTemplatedDecl()) &&
5341 !cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl())->isStatic())
5342 AddMethodTemplateCandidate(FunTmpl, F.getPair(),
5343 cast<CXXRecordDecl>(FunTmpl->getDeclContext()),
5349 AddTemplateOverloadCandidate(FunTmpl, F.getPair(),
7568 if (FunctionTemplateDecl *FunTmpl = Cand->Function->getPrimaryTemplate())
7569 Fns.erase(FunTmpl);
7777 if (FunctionTemplateDecl *FunTmpl = Fn->getPrimaryTemplate()) {
7780 FunTmpl
[all...]

Completed in 127 milliseconds