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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp735 CheckFormatArguments(*I, Args, IsMemberFunction, CallType, Loc, Range,
2217 /// CheckFormatArguments - Check calls to printf and scanf (and similar
2220 bool Sema::CheckFormatArguments(const FormatAttr *Format, function in class:Sema
2228 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
2234 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, function in class:Sema
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7891 bool CheckFormatArguments(const FormatAttr *Format,
7897 bool CheckFormatArguments(ArrayRef<const Expr *> Args,

Completed in 125 milliseconds