Lines Matching refs:hasAttributes
538 if (!hasAttributes()) in addAttributes()
541 if (!AS.hasAttributes()) in addAttributes()
923 return !Pair.second.hasAttributes(); in get()
948 if (ArgAttrs[I - 1].hasAttributes()) { in get()
956 if (RetAttrs.hasAttributes()) in get()
958 else if (FnAttrs.hasAttributes()) in get()
983 if (!B.hasAttributes()) in get()
1058 if (!B.hasAttributes()) in addAttributes()
1211 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1212 return getAttributes(Index).hasAttributes(); in hasAttributes()
1309 if (getAttributes(i).hasAttributes()) in dump()
1533 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1537 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes() function in AttrBuilder