Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3545 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall()
5754 bool Success = CheckFormatArguments( in BuiltinOSLogFormat()
6667 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema
6676 return CheckFormatArguments( in CheckFormatArguments()
6691 return CheckFormatArguments(Args, FSI.ArgPassingKind, in CheckFormatString()
6699 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3002 bool CheckFormatArguments(const FormatAttr *Format,
3012 bool CheckFormatArguments(ArrayRef<const Expr *> Args,