Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckFormatArguments

505     if (CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range))
1870 /// CheckFormatArguments - Check calls to printf and scanf (and similar
1873 bool Sema::CheckFormatArguments(const FormatAttr *Format,
1880 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
1886 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args,