Searched refs:CheckFormatArguments (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2099 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 4027 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 4035 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx, in CheckFormatArguments() 4041 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, in CheckFormatArguments() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 9427 bool CheckFormatArguments(const FormatAttr *Format, 9433 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|