Searched refs:TemplateWithDef (Results 1 – 1 of 1) sorted by relevance
5929 auto *TemplateWithDef = ToTemplatedDef->getDescribedTemplate(); in getTemplateDefinition() local5930 return cast_or_null<T>(TemplateWithDef); in getTemplateDefinition()5983 ClassTemplateDecl *TemplateWithDef = in VisitClassTemplateDecl() local5985 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitClassTemplateDecl()5986 return Importer.MapImported(D, TemplateWithDef); in VisitClassTemplateDecl()6555 FunctionTemplateDecl *TemplateWithDef = in VisitFunctionTemplateDecl() local6557 if (D->isThisDeclarationADefinition() && TemplateWithDef) in VisitFunctionTemplateDecl()6558 return Importer.MapImported(D, TemplateWithDef); in VisitFunctionTemplateDecl()