Searched refs:TemplateWithDef (Results 1 – 1 of 1) sorted by relevance
5491 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local5492 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()5525 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local5527 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()5528 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()6069 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local6071 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()6072 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()