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

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

Completed in 168 milliseconds