Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3166 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 5288 bool Success = CheckFormatArguments( in BuiltinOSLogFormat() 6044 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 6052 return CheckFormatArguments(Args, FSI.ArgPassingKind, FSI.FormatIdx, in CheckFormatArguments() 6058 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2557 bool CheckFormatArguments(const FormatAttr *Format, 2562 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|