Home
last modified time | relevance | path

Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4853 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-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12660 bool CheckFormatArguments(const FormatAttr *Format,
12666 bool CheckFormatArguments(ArrayRef<const Expr *> Args,