Lines Matching refs:getAttribute
787 Attribute AttributeSet::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSet
788 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
791 Attribute AttributeSet::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSet
792 return SetNode ? SetNode->getAttribute(Kind) : Attribute(); in getAttribute()
973 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute() function in AttributeSetNode
979 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute() function in AttributeSetNode
1523 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1528 return getAttributes(Index).getAttribute(Kind); in getAttributeAtIndex()
1759 Attribute A = getAttribute(Kind); in getRawIntAttr()
1772 Attribute A = getAttribute(Attribute::AllocSize); in getAllocSizeArgs()
1856 Attribute A = getAttribute(Kind); in getTypeAttr()
1901 Attribute AttrBuilder::getAttribute(Attribute::AttrKind A) const { in getAttribute() function in AttrBuilder
1909 Attribute AttrBuilder::getAttribute(StringRef A) const { in getAttribute() function in AttrBuilder
1917 return getAttribute(A).isValid(); in contains()
1921 return getAttribute(A).isValid(); in contains()