Searched refs:CheckFormatArguments (Results 1 - 2 of 2) 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
/external/clang/include/clang/Sema/
H A DSema.h8271 bool CheckFormatArguments(const FormatAttr *Format,
8277 bool CheckFormatArguments(ArrayRef<const Expr *> Args,

Completed in 2867 milliseconds