Home
last modified time | relevance | path

Searched refs:FoundAlias (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2787 if (auto *FoundAlias = dyn_cast<TypeAliasTemplateDecl>(FoundDecl)) { in VisitTypeAliasTemplateDecl() local
2788 if (IsStructuralMatch(D, FoundAlias)) in VisitTypeAliasTemplateDecl()
2789 return Importer.MapImported(D, FoundAlias); in VisitTypeAliasTemplateDecl()