Searched refs:TemplateWithDef (Results 1 – 1 of 1) sorted by relevance
6287 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local6288 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()6340 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local6342 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()6343 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()6940 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local6942 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()6943 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()