Searched refs:findExistingInstance (Results 1 – 4 of 4) sorted by relevance
99 TemplateInstance *findExistingInstance(TemplateInstance *tithis, Expressions *fargs);
2783 TemplateInstance *TemplateDeclaration::findExistingInstance(TemplateInstance *tithis, Expressions *… in findExistingInstance() function6044 inst = tempdecl->findExistingInstance(this, fargs); in semantic()
5839 tempinst.inst = tempdecl.findExistingInstance(tempinst, fargs); in templateInstanceSemantic()
2468 extern (D) TemplateInstance findExistingInstance(TemplateInstance tithis, Expressions* fargs) in findExistingInstance() function