Searched refs:Spec1 (Results 1 – 1 of 1) sorted by relevance
823 auto Spec1 = Proto1->getExceptionSpecType(); in IsEquivalentExceptionSpec() local826 if (isUnresolvedExceptionSpec(Spec1) || isUnresolvedExceptionSpec(Spec2)) in IsEquivalentExceptionSpec()829 if (Spec1 != Spec2) in IsEquivalentExceptionSpec()831 if (Spec1 == EST_Dynamic) { in IsEquivalentExceptionSpec()839 } else if (isComputedNoexcept(Spec1)) { in IsEquivalentExceptionSpec()1345 const auto *Spec1 = cast<TemplateSpecializationType>(T1); in IsStructurallyEquivalent() local1347 if (!IsStructurallyEquivalent(Context, Spec1->getTemplateName(), in IsStructurallyEquivalent()1350 if (!IsStructurallyEquivalent(Context, Spec1->template_arguments(), in IsStructurallyEquivalent()1397 const auto *Spec1 = cast<DependentTemplateSpecializationType>(T1); in IsStructurallyEquivalent() local1399 if (Spec1->getKeyword() != Spec2->getKeyword()) in IsStructurallyEquivalent()[all …]