Lines Matching refs:hasAttribute
112 return hasAttribute(Attribute::ByVal); in hasByValAttr()
118 return hasAttribute(Attribute::ByRef); in hasByRefAttr()
131 return hasAttribute(Attribute::InAlloca); in hasInAllocaAttr()
137 return hasAttribute(Attribute::Preallocated); in hasPreallocatedAttr()
240 return hasAttribute(Attribute::Nest); in hasNestAttr()
245 return hasAttribute(Attribute::NoAlias); in hasNoAliasAttr()
250 return hasAttribute(Attribute::NoCapture); in hasNoCaptureAttr()
255 return hasAttribute(Attribute::NoFree); in hasNoFreeAttr()
260 return hasAttribute(Attribute::StructRet); in hasStructRetAttr()
264 return hasAttribute(Attribute::InReg); in hasInRegAttr()
268 return hasAttribute(Attribute::Returned); in hasReturnedAttr()
272 return hasAttribute(Attribute::ZExt); in hasZExtAttr()
276 return hasAttribute(Attribute::SExt); in hasSExtAttr()
309 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument