Lines Matching refs:hasAttributes
682 if (!hasAttributes()) in addAttributes()
685 if (!AS.hasAttributes()) in addAttributes()
1147 return !Pair.second.hasAttributes(); in get()
1172 if (ArgAttrs[I - 1].hasAttributes()) { in get()
1180 if (RetAttrs.hasAttributes()) in get()
1182 else if (FnAttrs.hasAttributes()) in get()
1207 if (!B.hasAttributes()) in get()
1293 if (!B.hasAttributes()) in addAttributes()
1444 bool AttributeList::hasAttributes(unsigned Index) const { in hasAttributes() function in AttributeList
1445 return getAttributes(Index).hasAttributes(); in hasAttributes()
1548 if (getAttributes(i).hasAttributes()) in dump()
1833 bool AttrBuilder::hasAttributes() const { in hasAttributes() function in AttrBuilder
1837 bool AttrBuilder::hasAttributes(AttributeList AL, uint64_t Index) const { in hasAttributes() function in AttrBuilder