Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaChecking.cpp | 4853 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 6837 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 7864 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 7872 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx, in CheckFormatArguments() 7878 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 12663 bool CheckFormatArguments(const FormatAttr *Format, 12669 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|