Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 6565 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 7592 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 7600 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx, in CheckFormatArguments() 7606 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 12557 bool CheckFormatArguments(const FormatAttr *Format, 12563 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|