Home | History | Annotate | Download | only in AST

Lines Matching refs:EC2

1110   EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(),
1114 EC1 != EC1End; ++EC1, ++EC2) {
1115 if (EC2 == EC2End) {
1128 llvm::APSInt Val2 = EC2->getInitVal();
1130 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1134 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1135 << EC2->getDeclName()
1136 << EC2->getInitVal().toString(10);
1145 if (EC2 != EC2End) {
1149 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1150 << EC2->getDeclName()
1151 << EC2->getInitVal().toString(10);