Searched refs:FoundAlias (Results 1 – 1 of 1) sorted by relevance
2835 if (auto *FoundAlias = dyn_cast<TypeAliasTemplateDecl>(FoundDecl)) { in VisitTypeAliasTemplateDecl() local2836 if (IsStructuralMatch(D, FoundAlias)) in VisitTypeAliasTemplateDecl()2837 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl()