Searched defs:getAttrs (Results 1 – 11 of 11) sorted by relevance
69 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function96 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function131 ArrayRef<NamedAttribute> getAttrs() const { return convertedAttr.getAttrs(); } in getAttrs() function
72 ArrayRef<NamedAttribute> getAttrs() const { return srcAttrs; } in getAttrs() function
255 const CXIdxAttrInfo *const *getAttrs() const { in getAttrs() function
507 ArrayRef<NamedAttribute> getAttrs() { return getAttrDictionary().getValue(); } getAttrs() function
530 AttrVec &getAttrs() { getAttrs() function
9349 ArrayRef<const Attr *> getAttrs() const { return Attrs; } getAttrs() function
43 ArrayRef<NamedAttribute> NamedAttrList::getAttrs() const { return attrs; } in getAttrs() function in NamedAttrList
497 uint16_t getAttrs() const { return Attrs; } in getAttrs() function
1660 const ParsedAttributesView &getAttrs() const { return AttrList; } getAttrs() function 1661 ParsedAttributesView &getAttrs() { return AttrList; } getAttrs() function
1037 const AttrVec &Decl::getAttrs() const { getAttrs() function in Decl
1198 void Attributor::getAttrs(const IRPosition &IRP, getAttrs() function in Attributor