Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 4153 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 5946 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 6625 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 6633 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx, in CheckFormatArguments() 6639 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 10573 bool CheckFormatArguments(const FormatAttr *Format, 10579 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|