Searched refs:CheckFormatArguments (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 4466 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range, in checkCall() 6362 bool Success = CheckFormatArguments( in SemaBuiltinOSLogFormat() 7389 bool Sema::CheckFormatArguments(const FormatAttr *Format, in CheckFormatArguments() function in Sema 7397 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx, in CheckFormatArguments() 7403 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,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 12329 bool CheckFormatArguments(const FormatAttr *Format, 12335 bool CheckFormatArguments(ArrayRef<const Expr *> Args,
|