Home | History | Annotate | Download | only in AST

Lines Matching refs:FunTmpl

244     if (const FunctionTemplateDecl *FunTmpl
246 Function = FunTmpl->getTemplatedDecl();
1748 if (FunctionTemplateDecl *FunTmpl = getDescribedFunctionTemplate()) {
1752 FunTmpl->setPreviousDeclaration(PrevFunTmpl);
2342 if (FunctionTemplateDecl *FunTmpl = getPrimaryTemplate()) {
2344 if (FunTmpl->getTemplatedDecl()->hasBody(Definition))