Home | History | Annotate | Download | only in IR

Lines Matching refs:hasAttributes

683   if (!B.hasAttributes())
969 return pImpl && hasAttributes(Index) ?
977 return pImpl && hasAttributes(ReturnIndex) ?
986 return pImpl && hasAttributes(FunctionIndex) ?
1004 bool AttributeSet::hasAttributes(unsigned Index) const {
1006 return ASN && ASN->hasAttributes();
1337 bool AttrBuilder::hasAttributes() const {
1341 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const {