Searched refs:TemplateWithDef (Results 1 – 1 of 1) sorted by relevance
5601 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local5602 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()5635 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local5637 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()5638 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()6170 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local6172 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()6173 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()