Searched refs:hasVAListArg (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7716 unsigned numDataArgs, const char *beg, bool hasVAListArg, in CheckFormatHandler() argument 7723 HasVAListArg(hasVAListArg), Args(Args), FormatIdx(formatIdx), in CheckFormatHandler() 8155 bool hasVAListArg, ArrayRef<const Expr *> Args, in CheckPrintfHandler() argument 8161 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckPrintfHandler() 9071 const char *beg, bool hasVAListArg, in CheckScanfHandler() argument 9077 numDataArgs, beg, hasVAListArg, Args, formatIdx, in CheckScanfHandler()
|