Searched refs:findTemplateDeclRoot (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h620 TemplateDeclaration *findTemplateDeclRoot();
H A Ddtemplate.c6632 * FuncDeclaration with findTemplateDeclRoot() != NULL
6655 s2 = f->findTemplateDeclRoot();
6685 tempdecl = f->findTemplateDeclRoot();
H A Dexpressionsem.c8673 TemplateDeclaration *td = fd->findTemplateDeclRoot();
8711 TemplateDeclaration *td = fd->findTemplateDeclRoot();
H A Dfunc.c3290 TemplateDeclaration *FuncDeclaration::findTemplateDeclRoot() function in class:FuncDeclaration
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d961 extern (D) final TemplateDeclaration findTemplateDeclRoot()
H A Ddtemplate.d6457 * FuncDeclaration with findTemplateDeclRoot() != NULL
6478 s2 = f.findTemplateDeclRoot();
6507 tempdecl = f.findTemplateDeclRoot();
H A Dexpressionsem.d12735 if (TemplateDeclaration td = fd.findTemplateDeclRoot())
12769 if (TemplateDeclaration td = fd.findTemplateDeclRoot())

Completed in 397 milliseconds