Searched refs:TemplateWithDef (Results 1 – 1 of 1) sorted by relevance
5386 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local5387 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()5420 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local5422 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()5423 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()5957 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local5959 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()5960 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()