Home | History | Annotate | Download | only in TableGen

Lines Matching refs:RI

624         std::map<std::string, GroupInfo>::const_iterator RI =
626 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
627 OS << RI->second.IDNo << ", ";
633 std::map<std::string, GroupInfo>::const_iterator RI =
635 assert(RI != DiagsInGroup.end() && "Referenced without existing?");
636 OS << RI->second.IDNo << ", ";