Lines Matching refs:EC1
1234 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(),
1236 EC1 != EC1End; ++EC1, ++EC2) {
1241 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator)
1242 << EC1->getDeclName()
1243 << EC1->getInitVal().toString(10);
1249 llvm::APSInt Val1 = EC1->getInitVal();
1252 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1259 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator)
1260 << EC1->getDeclName()
1261 << EC1->getInitVal().toString(10);