Home | History | Annotate | Download | only in libclang

Lines Matching refs:FunTmpl

3609   if (const FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(D))
3610 D = FunTmpl->getTemplatedDecl();
6225 if (FunctionTemplateDecl *FunTmpl = FD->getDescribedFunctionTemplate())
6226 return FunTmpl;