Searched refs:hasAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance
761 bool hasAttributesAtIndex(unsigned Index) const;775 return hasAttributesAtIndex(ArgNo + FirstArgIndex);789 bool hasRetAttrs() const { return hasAttributesAtIndex(ReturnIndex); }798 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
1475 bool AttributeList::hasAttributesAtIndex(unsigned Index) const { in hasAttributesAtIndex() function in AttributeList