Lines Matching full:formatattr
3070 FormatAttr *Sema::mergeFormatAttr(Decl *D, SourceRange Range, StringRef Format,
3074 for (specific_attr_iterator<FormatAttr>
3075 i = D->specific_attr_begin<FormatAttr>(),
3076 e = D->specific_attr_end<FormatAttr>();
3078 FormatAttr *f = *i;
3090 return ::new (Context) FormatAttr(Range, Context, Format, FormatIdx, FirstArg,
3232 FormatAttr *NewAttr = S.mergeFormatAttr(D, Attr.getRange(), Format,