Lines Matching refs:hasAttributes
615 if (!hasAttributes()) in addAttributes()
618 if (!AS.hasAttributes()) in addAttributes()
730 assert(hasAttributes() && "empty AttributeSet doesn't refer to any context"); in hasParentContext()
1091 return !Pair.second.hasAttributes(); in get()
1116 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1124 if (RetAttrs.hasAttributes()) in get()
1126 else if (FnAttrs.hasAttributes()) in get()
1151 if (!B.hasAttributes()) in get()
1249 if (!B.hasAttributes()) in addAttributes()
1396 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1397 return getAttributes(Index).hasAttributes(); in hasAttributes()
1524 if (!getAttributes(i).hasAttributes()) in print()
1843 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1847 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes() function in AttrBuilder