Searched defs:getAttributes (Results 1 – 5 of 5) sorted by relevance
135 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
179 const AttributeSet &getAttributes() const { in getAttributes() function
277 AttributeSet getAttributes(unsigned i) const { in getAttributes() function
716 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function717 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function2045 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function2046 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
876 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet