Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EI

794         for (const auto *EI : EnumD->enumerators()) {
795 if (EI->getIdentifier())
796 Hash = llvm::HashString(EI->getIdentifier()->getName(), Hash);