Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckFormatArguments

424     CheckFormatArguments(*i, TheCall);
455 CheckFormatArguments(*i, Args, NumArgs, false, lbrac,
482 CheckFormatArguments(*i, TheCall);
1672 void Sema::CheckFormatArguments(const FormatAttr *Format, CallExpr *TheCall) {
1678 CheckFormatArguments(Format, TheCall->getArgs(), TheCall->getNumArgs(),
1683 void Sema::CheckFormatArguments(const FormatAttr *Format, Expr **Args,
1696 CheckFormatArguments(Args, NumArgs, HasVAListArg, format_idx,
1700 void Sema::CheckFormatArguments(Expr **Args, unsigned NumArgs,