Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DClangAttrEmitter.cpp184 StringRef getAttrName() const { return attrName; } in getAttrName() function in __anonc97510ad0211::Argument
411 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 …]
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
Djquery.url.js74 function getAttrName( elm ) { function
260 url = $(this).attr( getAttrName(this[0]) ) || '';
/external/skia/include/xml/
DSkDOM.h54 const char* getAttrName(const Node*, const Attr*) const;
/external/skia/src/xml/
DSkDOM.cpp151 const char* SkDOM::getAttrName(const Node* node, const Attr* attr) const in getAttrName() function in SkDOM