Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 3021 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument 3046 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3052 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3104 firstDataArg, Type, CallType, in checkFormatStringExpr() 3158 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3168 firstDataArg, Type, CallType, in checkFormatStringExpr() 3186 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 3231 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() argument 3257 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments() 3278 if (Args.size() == firstDataArg) in CheckFormatArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9042 unsigned format_idx, unsigned firstDataArg, 9060 unsigned firstDataArg, FormatStringType Type,
|