Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7468 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 9710 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 10846 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 10854 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments() 10860 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 14031 bool CheckFormatArguments(const FormatAttr *Format, 14036 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|