Searched refs:getAttrName (Results 1 – 4 of 4) sorted by relevance
184 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anonc97510ad0211::Argument411 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions()425 OS << "unsigned " << getAttrName() << "Attr::get" << getUpperName() in writeAccessorDefinitions()682 OS << " " << getAttrName() << "Attr::" << type << " " << getLowerName() in writePCHReadDecls()683 << "(static_cast<" << getAttrName() << "Attr::" << type in writePCHReadDecls()696 OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << type << "ToStr(get" in writeValue()702 OS << " case " << getAttrName() << "Attr::" << I << ":\n"; in writeDump()716 OS << getAttrName() << "Attr::" << enums[I] << ")\n"; in writeConversion()734 OS << " case " << getAttrName() << "Attr::" << enums[I] in writeConversion()752 OS << " OS << \"\\\"\" << " << getAttrName() << "Attr::Convert" << type in writeValueImpl()[all …]
74 function getAttrName( elm ) { function260 url = $(this).attr( getAttrName(this[0]) ) || '';
54 const char* getAttrName(const Node*, const Attr*) const;
151 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const in getAttrName() function in SkDOM