Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5720 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 7748 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 8843 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 8851 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments() 8857 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 13203 bool CheckFormatArguments(const FormatAttr *Format, 13208 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|