Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getAttrName

112     StringRef getAttrName() const { return attrName; }
301 OS << "bool " << getAttrName() << "Attr::is" << getUpperName()
317 OS << "unsigned " << getAttrName() << "Attr::get" << getUpperName()
467 OS << " for (" << getAttrName() << "Attr::" << getLowerName()
475 << " for (" << getAttrName() << "Attr::" << getLowerName()
485 OS << " for (" << getAttrName() << "Attr::" << getLowerName()
542 OS << " " << getAttrName() << "Attr::" << type << " " << getLowerName()
543 << "(static_cast<" << getAttrName() << "Attr::" << type
559 OS << " case " << getAttrName() << "Attr::" << *I << ":\n";
684 OS << " for (" << getAttrName() << "Attr::" << getLowerName()