Home
last modified time | relevance | path

Searched refs:getAttrName (Results 1 – 5 of 5) sorted by relevance

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp207 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anonec8f106a0211::Argument
462 OS << "bool " << getAttrName() << "Attr::is" << getUpperName() in writeAccessorDefinitions()
476 OS << "unsigned " << getAttrName() << "Attr::get" << getUpperName() in writeAccessorDefinitions()
785 OS << " " << getAttrName() << "Attr::" << type << " " << getLowerName() in writePCHReadDecls()
786 << "(static_cast<" << getAttrName() << "Attr::" << type in writePCHReadDecls()
802 OS << "\\\"\" << " << getAttrName() << "Attr::Convert" << type << "ToStr(get" in writeValue()
809 OS << " case " << getAttrName() << "Attr::" << I << ":\n"; in writeDump()
823 OS << getAttrName() << "Attr::" << enums[I] << ")\n"; in writeConversion()
841 OS << " case " << getAttrName() << "Attr::" << enums[I] in writeConversion()
859 OS << " OS << \"\\\"\" << " << getAttrName() << "Attr::Convert" << type in writeValueImpl()
[all …]
/external/skia/src/xml/
DSkDOM.h55 const char* getAttrName(const Node*, const Attr*) const;
DSkDOM.cpp143 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName() function in SkDOM
/external/skqp/src/xml/
DSkDOM.h55 const char* getAttrName(const Node*, const Attr*) const;
DSkDOM.cpp143 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const { in getAttrName() function in SkDOM