Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2591 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/ |
D | Sema.h | 8517 unsigned format_idx, unsigned firstDataArg, 8535 unsigned firstDataArg, FormatStringType Type,
|