Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:EC

3744       for (const auto *EC : ED->enumerators()) {
3745 Result += "\t"; Result += EC->getName(); Result += " = ";
3746 llvm::APSInt Val = EC->getInitVal();