Home | History | Annotate | Download | only in AST

Lines Matching refs:EC2

1111   EnumDecl::enumerator_iterator EC2 = D2->enumerator_begin(),
1115 EC1 != EC1End; ++EC1, ++EC2) {
1116 if (EC2 == EC2End) {
1129 llvm::APSInt Val2 = EC2->getInitVal();
1131 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1135 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1136 << EC2->getDeclName()
1137 << EC2->getInitVal().toString(10);
1146 if (EC2 != EC2End) {
1150 Context.Diag2(EC2->getLocation(), diag::note_odr_enumerator)
1151 << EC2->getDeclName()
1152 << EC2->getInitVal().toString(10);