Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 1935 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument 1960 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 1966 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2018 firstDataArg, Type, CallType, in checkFormatStringExpr() 2075 HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2085 firstDataArg, Type, CallType, in checkFormatStringExpr() 2103 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr() 2172 unsigned firstDataArg, FormatStringType Type, in CheckFormatArguments() argument 2198 format_idx, firstDataArg, Type, CallType, in CheckFormatArguments() 2219 if (Args.size() == firstDataArg) in CheckFormatArguments() [all …]
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7671 unsigned format_idx, unsigned firstDataArg, 7685 unsigned firstDataArg, FormatStringType Type,
|