Home | History | Annotate | Download | only in AST

Lines Matching refs:EC1

1110   for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(),
1112 EC1 != EC1End; ++EC1, ++EC2) {
1117 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator)
1118 << EC1->getDeclName()
1119 << EC1->getInitVal().toString(10);
1125 llvm::APSInt Val1 = EC1->getInitVal();
1128 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) {
1135 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator)
1136 << EC1->getDeclName()
1137 << EC1->getInitVal().toString(10);