Lines Matching refs:getArgNo

130   if (getParent()->hasParamAttribute(getArgNo(), Attribute::NonNull) &&  in hasNonNullAttr()
132 getParent()->hasParamAttribute(getArgNo(), Attribute::NoUndef))) in hasNonNullAttr()
153 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftSelf); in hasSwiftSelfAttr()
157 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError); in hasSwiftErrorAttr()
174 return Attrs.hasParamAttr(getArgNo(), Attribute::ByVal) || in hasPassPointeeByValueCopyAttr()
175 Attrs.hasParamAttr(getArgNo(), Attribute::InAlloca) || in hasPassPointeeByValueCopyAttr()
176 Attrs.hasParamAttr(getArgNo(), Attribute::Preallocated); in hasPassPointeeByValueCopyAttr()
183 return Attrs.hasParamAttr(getArgNo(), Attribute::ByVal) || in hasPointeeInMemoryValueAttr()
184 Attrs.hasParamAttr(getArgNo(), Attribute::StructRet) || in hasPointeeInMemoryValueAttr()
185 Attrs.hasParamAttr(getArgNo(), Attribute::InAlloca) || in hasPointeeInMemoryValueAttr()
186 Attrs.hasParamAttr(getArgNo(), Attribute::Preallocated) || in hasPointeeInMemoryValueAttr()
187 Attrs.hasParamAttr(getArgNo(), Attribute::ByRef); in hasPointeeInMemoryValueAttr()
211 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPassPointeeByValueCopySize()
219 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPointeeInMemoryValueType()
225 return getParent()->getParamAlign(getArgNo()); in getParamAlign()
229 return getParent()->getParamStackAlign(getArgNo()); in getParamStackAlign()
234 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
239 return getParent()->getParamStructRetType(getArgNo()); in getParamStructRetType()
244 return getParent()->getParamByRefType(getArgNo()); in getParamByRefType()
249 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
255 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()
261 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
265 return getParent()->getParamNoFPClass(getArgNo()); in getNoFPClass()
318 return Attrs.hasParamAttr(getArgNo(), Attribute::ReadOnly) || in onlyReadsMemory()
319 Attrs.hasParamAttr(getArgNo(), Attribute::ReadNone); in onlyReadsMemory()
324 AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B); in addAttrs()
329 getParent()->addParamAttr(getArgNo(), Kind); in addAttr()
333 getParent()->addParamAttr(getArgNo(), Attr); in addAttr()
337 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr()
342 AL = AL.removeParamAttributes(Parent->getContext(), getArgNo(), AM); in removeAttrs()
347 return getParent()->hasParamAttribute(getArgNo(), Kind); in hasAttribute()
351 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()