Lines Matching full:formatattr
680 /// Given a FunctionDecl's FormatAttr, attempts to populate the FomatStringInfo
681 /// parameter with the FormatAttr's correct format_idx and firstDataArg.
684 bool Sema::getFormatStringInfo(const FormatAttr *Format, bool IsCXXMember,
720 for (specific_attr_iterator<FormatAttr>
721 I = FDecl->specific_attr_begin<FormatAttr>(),
722 E = FDecl->specific_attr_end<FormatAttr>(); I != E ; ++I) {
2041 for (specific_attr_iterator<FormatAttr>
2042 i = ND->specific_attr_begin<FormatAttr>(),
2043 e = ND->specific_attr_end<FormatAttr>(); i != e ; ++i) {
2044 FormatAttr *PVFormat = *i;
2142 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) {
2156 bool Sema::CheckFormatArguments(const FormatAttr *Format,