Lines Matching refs:hasAttribute
130 return hasAttribute(Attribute::ByVal); in hasByValAttr()
136 return hasAttribute(Attribute::DeadOnReturn); in hasDeadOnReturnAttr()
142 return hasAttribute(Attribute::ByRef); in hasByRefAttr()
155 return hasAttribute(Attribute::InAlloca); in hasInAllocaAttr()
161 return hasAttribute(Attribute::Preallocated); in hasPreallocatedAttr()
270 return hasAttribute(Attribute::Nest); in hasNestAttr()
275 return hasAttribute(Attribute::NoAlias); in hasNoAliasAttr()
285 return hasAttribute(Attribute::NoFree); in hasNoFreeAttr()
290 return hasAttribute(Attribute::StructRet); in hasStructRetAttr()
294 return hasAttribute(Attribute::InReg); in hasInRegAttr()
298 return hasAttribute(Attribute::Returned); in hasReturnedAttr()
302 return hasAttribute(Attribute::ZExt); in hasZExtAttr()
306 return hasAttribute(Attribute::SExt); in hasSExtAttr()
339 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument
343 bool Argument::hasAttribute(StringRef Kind) const { in hasAttribute() function in Argument