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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1385 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
3212 /// CheckFormatArguments - Check calls to printf and scanf (and similar
3215 bool Sema::CheckFormatArguments(const FormatAttr *Format, function in class:Sema
3223 return CheckFormatArguments(Args, FSI.HasVAListArg, FSI.FormatIdx,
3229 bool Sema::CheckFormatArguments(ArrayRef<const Expr *> Args, function in class:Sema

Completed in 52 milliseconds