Home
last modified time | relevance | path

Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp2591 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument
2616 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2622 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2674 firstDataArg, Type, CallType, in checkFormatStringExpr()
2728 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2738 firstDataArg, Type, CallType, in checkFormatStringExpr()
2756 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()
2801 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() argument
2827 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments()
2848 if (Args.size() == firstDataArg) in CheckFormatArguments()
[all …]
/external/clang/include/clang/Sema/
DSema.h8517 unsigned format_idx, unsigned firstDataArg,
8535 unsigned firstDataArg, FormatStringType Type,