Home
last modified time | relevance | path

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

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