Home | History | Annotate | Download | only in libclang

Lines Matching refs:FunTmpl

3239   if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D))
3240 D = FunTmpl->getTemplatedDecl();
5505 if (FunctionTemplateDecl *FunTmpl = FD->getDescribedFunctionTemplate())
5506 return FunTmpl;
5602 if (FunctionTemplateDecl *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(D))
5603 Method = dyn_cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());
5615 if (FunctionTemplateDecl *FunTmpl = dyn_cast_or_null<FunctionTemplateDecl>(D))
5616 Method = dyn_cast<CXXMethodDecl>(FunTmpl->getTemplatedDecl());