Home | History | Annotate | Download | only in Sema

Lines Matching refs:FunTmpl

1595     if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(Member))
1596 FunTmpl->getTemplatedDecl()->setAccess(AS);
11272 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(MethodD))
11273 Method = dyn_cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());