Home | History | Annotate | Download | only in IR

Lines Matching refs:hasAttributes

589   if (!B.hasAttributes())
786 return pImpl && hasAttributes(Index) ?
794 return pImpl && hasAttributes(ReturnIndex) ?
803 return pImpl && hasAttributes(FunctionIndex) ?
821 bool AttributeSet::hasAttributes(unsigned Index) const {
823 return ASN ? ASN->hasAttributes() : false;
1085 bool AttrBuilder::hasAttributes() const {
1089 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const {