Searched refs:firstDataArg (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5643 unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, 5658 unsigned firstDataArg, Sema::FormatStringType Type, in checkFormatStringExpr() argument 5684 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 5720 firstDataArg, Type, CallType, InFunctionCall, in checkFormatStringExpr() 5729 S, C->getFalseExpr(), Args, APK, format_idx, firstDataArg, Type, in checkFormatStringExpr() 5781 S, Init, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 5877 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 5894 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() 5901 return checkFormatStringExpr(S, SLE, Args, APK, format_idx, firstDataArg, in checkFormatStringExpr() 5928 S, Arg, Args, APK, format_idx, firstDataArg, Type, CallType, in checkFormatStringExpr() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2564 unsigned firstDataArg, FormatStringType Type,
|