Searched refs:hasAttributesAtIndex (Results 1 – 2 of 2) sorted by relevance
842 LLVM_ABI bool hasAttributesAtIndex(unsigned Index) const;856 return hasAttributesAtIndex(ArgNo + FirstArgIndex);870 bool hasRetAttrs() const { return hasAttributesAtIndex(ReturnIndex); }879 bool hasFnAttrs() const { return hasAttributesAtIndex(FunctionIndex); }
1884 bool AttributeList::hasAttributesAtIndex(unsigned Index) const { in hasAttributesAtIndex() function in AttributeList