Lines Matching refs:EC2
1614 EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(),
1618 EC1 != EC1End; ++EC1, ++EC2) {
1619 if (EC2 == EC2End) {
1633 llvm::APSInt Val2 = EC2->getInitVal();
1635 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1641 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1642 << EC2->getDeclName() << EC2->getInitVal().toString(10);
1650 if (EC2 != EC2End) {
1655 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1656 << EC2->getDeclName() << EC2->getInitVal().toString(10);