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