Searched defs:getAttributes (Results 1 – 8 of 8) sorted by relevance
66 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
156 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
266 AttributeSet getAttributes(unsigned i) const { in getAttributes() function
198 const AttributeSet &getAttributes() const { in getAttributes() function
946 unsigned getAttributes() const { return getHeaderFieldAs<unsigned>(5); } in getAttributes() function
732 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function733 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function2091 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function2092 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
451 StratifiedAttrs getAttributes(const T &Main) { in getAttributes() function
935 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet