Searched refs:Spec2 (Results 1 – 1 of 1) sorted by relevance
824 auto Spec2 = Proto2->getExceptionSpecType(); in IsEquivalentExceptionSpec() local826 if (isUnresolvedExceptionSpec(Spec1) || isUnresolvedExceptionSpec(Spec2)) in IsEquivalentExceptionSpec()829 if (Spec1 != Spec2) in IsEquivalentExceptionSpec()1346 const auto *Spec2 = cast<TemplateSpecializationType>(T2); in IsStructurallyEquivalent() local1348 Spec2->getTemplateName())) in IsStructurallyEquivalent()1351 Spec2->template_arguments())) in IsStructurallyEquivalent()1398 const auto *Spec2 = cast<DependentTemplateSpecializationType>(T2); in IsStructurallyEquivalent() local1399 if (Spec1->getKeyword() != Spec2->getKeyword()) in IsStructurallyEquivalent()1402 Spec2->getDependentTemplateName())) in IsStructurallyEquivalent()1405 Spec2->template_arguments())) in IsStructurallyEquivalent()[all …]