Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp583 TemplateDecl *TemplateDeclN1 = N1.getAsTemplateDecl(); in IsStructurallyEquivalent() local
585 if (TemplateDeclN1 && TemplateDeclN2) { in IsStructurallyEquivalent()
586 if (!IsStructurallyEquivalent(Context, TemplateDeclN1, TemplateDeclN2)) in IsStructurallyEquivalent()
591 } else if (TemplateDeclN1 || TemplateDeclN2) in IsStructurallyEquivalent()