Searched defs:getAttrs (Results 1 – 6 of 6) sorted by relevance
530 AttrVec &getAttrs() { in getAttrs() function
9349 ArrayRef<const Attr *> getAttrs() const { return Attrs; } in getAttrs() function
497 uint16_t getAttrs() const { return Attrs; } in getAttrs() function
1660 const ParsedAttributesView &getAttrs() const { return AttrList; } in getAttrs() function1661 ParsedAttributesView &getAttrs() { return AttrList; } in getAttrs() function
1037 const AttrVec &Decl::getAttrs() const { in getAttrs() function in Decl
1198 void Attributor::getAttrs(const IRPosition &IRP, in getAttrs() function in Attributor