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