Lines Matching refs:getArgNo

120   if (getParent()->hasParamAttribute(getArgNo(), Attribute::NonNull) &&  in hasNonNullAttr()
122 getParent()->hasParamAttribute(getArgNo(), Attribute::NoUndef))) in hasNonNullAttr()
143 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftSelf); in hasSwiftSelfAttr()
147 return getParent()->hasParamAttribute(getArgNo(), Attribute::SwiftError); in hasSwiftErrorAttr()
164 return Attrs.hasParamAttr(getArgNo(), Attribute::ByVal) || in hasPassPointeeByValueCopyAttr()
165 Attrs.hasParamAttr(getArgNo(), Attribute::InAlloca) || in hasPassPointeeByValueCopyAttr()
166 Attrs.hasParamAttr(getArgNo(), Attribute::Preallocated); in hasPassPointeeByValueCopyAttr()
173 return Attrs.hasParamAttr(getArgNo(), Attribute::ByVal) || in hasPointeeInMemoryValueAttr()
174 Attrs.hasParamAttr(getArgNo(), Attribute::StructRet) || in hasPointeeInMemoryValueAttr()
175 Attrs.hasParamAttr(getArgNo(), Attribute::InAlloca) || in hasPointeeInMemoryValueAttr()
176 Attrs.hasParamAttr(getArgNo(), Attribute::Preallocated) || in hasPointeeInMemoryValueAttr()
177 Attrs.hasParamAttr(getArgNo(), Attribute::ByRef); in hasPointeeInMemoryValueAttr()
201 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPassPointeeByValueCopySize()
209 getParent()->getAttributes().getParamAttrs(getArgNo()); in getPointeeInMemoryValueType()
215 return getParent()->getParamAlign(getArgNo()); in getParamAlign()
219 return getParent()->getParamStackAlign(getArgNo()); in getParamStackAlign()
224 return getParent()->getParamByValType(getArgNo()); in getParamByValType()
229 return getParent()->getParamStructRetType(getArgNo()); in getParamStructRetType()
234 return getParent()->getParamByRefType(getArgNo()); in getParamByRefType()
239 return getParent()->getParamInAllocaType(getArgNo()); in getParamInAllocaType()
245 return getParent()->getParamDereferenceableBytes(getArgNo()); in getDereferenceableBytes()
251 return getParent()->getParamDereferenceableOrNullBytes(getArgNo()); in getDereferenceableOrNullBytes()
255 return getParent()->getParamNoFPClass(getArgNo()); in getNoFPClass()
301 return Attrs.hasParamAttr(getArgNo(), Attribute::ReadOnly) || in onlyReadsMemory()
302 Attrs.hasParamAttr(getArgNo(), Attribute::ReadNone); in onlyReadsMemory()
307 AL = AL.addParamAttributes(Parent->getContext(), getArgNo(), B); in addAttrs()
312 getParent()->addParamAttr(getArgNo(), Kind); in addAttr()
316 getParent()->addParamAttr(getArgNo(), Attr); in addAttr()
320 getParent()->removeParamAttr(getArgNo(), Kind); in removeAttr()
325 AL = AL.removeParamAttributes(Parent->getContext(), getArgNo(), AM); in removeAttrs()
330 return getParent()->hasParamAttribute(getArgNo(), Kind); in hasAttribute()
334 return getParent()->getParamAttribute(getArgNo(), Kind); in getAttribute()