Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckFormatArguments

771       CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
2205 /// CheckFormatArguments - Check calls to printf and scanf (and similar
2208 bool Sema::CheckFormatArguments(const FormatAttr *Format,
2216 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
2222 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args,