Lines Matching refs:hasAttribute
133 return hasAttribute(Attribute::ByVal); in hasByValAttr()
139 return hasAttribute(Attribute::ByRef); in hasByRefAttr()
152 return hasAttribute(Attribute::InAlloca); in hasInAllocaAttr()
158 return hasAttribute(Attribute::Preallocated); in hasPreallocatedAttr()
260 return hasAttribute(Attribute::Nest); in hasNestAttr()
265 return hasAttribute(Attribute::NoAlias); in hasNoAliasAttr()
270 return hasAttribute(Attribute::NoCapture); in hasNoCaptureAttr()
275 return hasAttribute(Attribute::NoFree); in hasNoFreeAttr()
280 return hasAttribute(Attribute::StructRet); in hasStructRetAttr()
284 return hasAttribute(Attribute::InReg); in hasInRegAttr()
288 return hasAttribute(Attribute::Returned); in hasReturnedAttr()
292 return hasAttribute(Attribute::ZExt); in hasZExtAttr()
296 return hasAttribute(Attribute::SExt); in hasSExtAttr()
329 bool Argument::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() function in Argument