Searched defs:getAttributes (Results 1 – 7 of 7) sorted by relevance
68 const LoopAttributes &getAttributes() const { return Attrs; } in getAttributes() function
168 const std::vector<AttributeSet> &getAttributes() const { in getAttributes() function
229 const AttributeSet &getAttributes() const { in getAttributes() function
735 ParsedAttributes &getAttributes() { return Attrs; } in getAttributes() function736 const ParsedAttributes &getAttributes() const { return Attrs; } in getAttributes() function2125 const AttributeList *getAttributes() const { return Attrs.getList(); } in getAttributes() function2126 AttributeList *getAttributes() { return Attrs.getList(); } in getAttributes() function
451 StratifiedAttrs getAttributes(const T &Main) { in getAttributes() function
1024 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes() function in AttributeSet
277 AttributeSet getAttributes(unsigned i) const { in getAttributes() function in __anon397f91170111::BitcodeReader