Searched refs:getAttrName (Results 1 – 5 of 5) sorted by relevance
112 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anone72ea0ab0111::Argument301 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions()317 OS << "unsigned " << getAttrName() << "Attr::get" << getUpperName() in writeAccessorDefinitions()467 OS << " for (" << getAttrName() << "Attr::" << getLowerName() in writePCHWrite()475 << " for (" << getAttrName() << "Attr::" << getLowerName() in writeValue()485 OS << " for (" << getAttrName() << "Attr::" << getLowerName() in writeDump()542 OS << " " << getAttrName() << "Attr::" << type << " " << getLowerName() in writePCHReadDecls()543 << "(static_cast<" << getAttrName() << "Attr::" << type in writePCHReadDecls()559 OS << " case " << getAttrName() << "Attr::" << *I << ":\n"; in writeDump()684 OS << " for (" << getAttrName() << "Attr::" << getLowerName() in writeDumpChildren()
48 const char* getAttrName(const Node*, const Attr*) const;
150 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const in getAttrName() function in SkDOM