Home | History | Annotate | Download | only in IR

Lines Matching refs:hasAttributes

659   if (!B.hasAttributes())
879 return pImpl && hasAttributes(Index) ?
887 return pImpl && hasAttributes(ReturnIndex) ?
896 return pImpl && hasAttributes(FunctionIndex) ?
914 bool AttributeSet::hasAttributes(unsigned Index) const {
916 return ASN ? ASN->hasAttributes() : false;
1217 bool AttrBuilder::hasAttributes() const {
1221 bool AttrBuilder::hasAttributes(AttributeSet A, uint64_t Index) const {